Skip to content
Snippets Groups Projects
Commit 2c9d35fd authored by Simon Leipold's avatar Simon Leipold
Browse files

1072395 Actions ausblenden bis Actions berechtigen kernseitig implementiert

parent c34e2b1c
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ if (entityTitle != undefined && entityTitle != null && entityTitle != "") {
for (var field in entityStructure.fields) {
field = entityStructure.fields[field];
if (field.usePermissions == true) {
if (field.usePermissions == true && field.fieldType != "ACTION") {
var name = field.name;
var title = field.title;
if (title != undefined && title != null && title != "") {
......
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