Skip to content

Commit b491617

Browse files
authored
[Bug]: Update forbidden class names (#1045)
* resync the list of forbidden names * less line breaks
1 parent 82c4c1c commit b491617

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

public/js/pimcore/object/class.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ pimcore.object.klass = Class.create({
1919

2020
forbiddenNames: [
2121
"abstract", "class", "data", "folder", "list", "permissions", "resource", "concrete", "interface",
22-
"service", "fieldcollection", "localizedfield", "objectbrick", "default"
22+
"service", "fieldcollection", "localizedfield", "objectbrick", "default",
23+
"abstractobject", "classdefinition", "classdefinitioninterface", "classificationstore",
24+
"definitionmodifier", "importdataserviceinterface", "lazyloadedfieldsinterface", "listing",
25+
"objectawarefieldinterface", "ownerawarefieldinterface", "pregetvaluehookinterface",
26+
"selectoptionsinterface"
2327
],
24-
2528
initialize: function () {
2629

2730
this.getTabPanel();

0 commit comments

Comments
 (0)