Skip to content
Snippets Groups Projects

SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...

Closed Artur Pedziwilk requested to merge RP-3782-add-docker-desktop-quickstart into 20.10.x
2 files
+ 14
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -16,6 +16,7 @@ define([ "stjs" ], function(stjs) {
prototype.showInEditView = false;
prototype.showRawValueInForms = false;
prototype.unique = false;
prototype.managedInternally = false;
prototype.getSection = function() {
return this.section;
@@ -71,6 +72,12 @@ define([ "stjs" ], function(stjs) {
prototype.setUnique = function(unique) {
this.unique = unique;
};
prototype.isManagedInternally = function() {
return this.managedInternally;
};
prototype.setManagedInternally = function(managedInternally) {
this.managedInternally = managedInternally;
};
}, {
propertyTypeId : "IPropertyTypeId",
pluginId : "IPluginId"
Loading