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
Previous revision
Last revision Both sides next revision
devel:documentation:application_configuration:dev:frontend [2019/05/15 10:32]
tomiskar
devel:documentation:application_configuration:dev:frontend [2021/03/08 07:18]
tomiskar
Line 41: Line 41:
       "disabled": "true",       "disabled": "true",
       "recursively": "true"       "recursively": "true"
-    }+    }
 +    # rendered column in identity tables 
 +    "columns": ["username", "lastName", "firstName", "externalCode", "email", "state", "description"]
   },   },
   # skip identity dashboard content for show detail links (table, info components)   # skip identity dashboard content for show detail links (table, info components)
Line 54: Line 56:
       # 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