Skip to content
Snippets Groups Projects
Commit 2fd210ad authored by Florent POITTEVIN's avatar Florent POITTEVIN Committed by David.Gold1
Browse files

fix: improve "created by" and "updated by" information display

parent d3d6f17d
No related branches found
No related tags found
1 merge request!259fix: improve "created by" and "updated by" information display
Showing
with 81 additions and 0 deletions
......@@ -45,4 +45,8 @@
>
<mat-error #errors></mat-error>
</mat-form-field>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -49,4 +49,8 @@
(navigate)="navigateToOrgUnit($event)"
>
</dlcm-shared-multi-select>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -39,4 +39,8 @@
[placeholderToTranslate]="labelTranslateEnum.emailSuffixes | translate"
>
</dlcm-shared-keyword-input>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -29,4 +29,8 @@
[value]="getFormControl(formDefinition.code).value"
>
</mat-form-field>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -113,4 +113,8 @@
>{{labelTranslateEnum.domainSoftware | translate }}</mat-checkbox>
</div>
</div>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -118,4 +118,8 @@
></code>
</ng-container>
</ng-container>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -59,4 +59,8 @@
>{{labelTranslateEnum.enabled | translate }}</mat-checkbox>
</div>
</div>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -109,4 +109,8 @@
</div>
</div>
</div>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -251,4 +251,8 @@
</dlcm-shared-keyword-input>
</div>
</div>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -72,4 +72,8 @@
></dlcm-shared-person-orgunit-role>
</div>
</div>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -17,4 +17,8 @@
<mat-checkbox [formControlName]="formDefinition.dispositionApproval"
color="primary"
>{{labelTranslateEnum.disposalApproval | translate }}</mat-checkbox>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -46,4 +46,8 @@
<mat-error #errors></mat-error>
</mat-form-field>
</ng-container>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -21,4 +21,8 @@
>
<mat-error #errors></mat-error>
</mat-form-field>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -28,4 +28,8 @@
<mat-checkbox [formControlName]="formDefinition.submissionApproval"
color="primary"
>{{labelTranslateEnum.submissionApproval | translate}}</mat-checkbox>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -125,4 +125,8 @@
</ng-container>
</div>
</div>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -406,4 +406,9 @@
(modelChange)="formlyChange()"
></formly-form>
</dlcm-shared-panel-expandable>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -56,4 +56,8 @@
>
<mat-error>{{formValidationHelper.getFormError(fd)}}</mat-error>
</mat-form-field>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -9,4 +9,8 @@
>
<mat-error>{{formValidationHelper.getFormError(fd)}}</mat-error>
</mat-form-field>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -85,4 +85,8 @@
</ng-container>
</div>
</div>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
......@@ -152,4 +152,8 @@
<mat-checkbox [formControlName]="formDefinition.enable"
color="primary"
>{{labelTranslateEnum.enabled | translate }}</mat-checkbox>
<dlcm-shared-additional-information-panel *ngIf="model | isNotNullNorUndefined"
[resource]="model"
>
</dlcm-shared-additional-information-panel>
</form>
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