Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
devel:documentation:application_configuration:dev:frontend [2019/05/15 10:32]
tomiskar
devel:documentation:application_configuration:dev:frontend [2019/05/16 12:03]
svandav
Line 54: Line 54:
       # environment code - supports single value only. Used on role table, assigned roles table, request detail, role select       # environment code - supports single value only. Used on role table, assigned roles table, request detail, role select
       "environment": null       "environment": null
 +    }
 +  },
 +  "identity-role": {
 +    "table": {
 +      "filter": {
 +        "environment": null
 +      }
 +    }
 +  },
 +  "concept-role": {
 +    "table": {
 +      "filter": {
 +        "environment": null
 +      }
     }     }
   }   }
  • by tomiskar