Skip to content
Snippets Groups Projects
Commit c9da1309 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

fix #1046678: Attributes that are "Protecetd" (e.g. a group within the...

fix #1046678: Attributes that are "Protecetd" (e.g. a group within the attrTree) cannot be edited anymore (delete-protection was already inserted)
# Conflicts:
#	entity/AttributeRelation_entity/AttributeRelation_entity.aod
parent c0638744
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/AttributeRelation_entity/documentation.adoc</documentation>
<title>Attribute</title>
<grantUpdateProcess>%aditoprj%/entity/AttributeRelation_entity/grantUpdateProcess.js</grantUpdateProcess>
<grantDeleteProcess>%aditoprj%/entity/AttributeRelation_entity/grantDeleteProcess.js</grantDeleteProcess>
<titlePlural>Attributes</titlePlural>
<recordContainer>jdito</recordContainer>
......
import("system.result");
import("system.vars");
result.object(vars.get("$field.PROTECTED") != "true");
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment