|
|
@ -121,8 +121,10 @@ |
|
|
[ngModel]="getProperty(propertiesList.HIDE_CONTENTS(schema.name))" |
|
|
[ngModel]="getProperty(propertiesList.HIDE_CONTENTS(schema.name))" |
|
|
(ngModelChange)="setProperty(propertiesList.HIDE_CONTENTS(schema.name), $event)" |
|
|
(ngModelChange)="setProperty(propertiesList.HIDE_CONTENTS(schema.name), $event)" |
|
|
[ngModelOptions]="standalone"> |
|
|
[ngModelOptions]="standalone"> |
|
|
<label class="custom-control-label truncate" for="{{role.name}}_schema_{{schema.name}}"> |
|
|
<label class="custom-control-label" for="{{role.name}}_schema_{{schema.name}}"> |
|
|
|
|
|
<span class="truncate"> |
|
|
{{ 'roles.properties.hideContents' | sqxTranslate: { schema: schema.displayName } }} |
|
|
{{ 'roles.properties.hideContents' | sqxTranslate: { schema: schema.displayName } }} |
|
|
|
|
|
</span> |
|
|
</label> |
|
|
</label> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|