Skip to content
Snippets Groups Projects

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

Merged David.Gold1 requested to merge DG-improve-created-by-1519 into master
3 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
994 994 "accessTokenValidity": "Gültigkeit der Zugriffstoken",
995 995 "acronym": "Akronym",
996 996 "addMeAsContributor": "Mich als Beitragszahler hinzufügen",
997 "additionalInformation": "general.label.additionalInformation",
  • 71 72 this.updatedDate = undefined;
    72 73 this.updatedWho = undefined;
    73 74 }
    75 }
    74 76
    75 getParam(): object {
    76 return {
    77 creationDate: this.creationDate,
    78 creationWho: this.creationWho,
    79 updatedDate: this.updatedDate,
    80 updatedWho: this.updatedWho,
    81 };
    82 }
    77 class FormComponentFormDefinition extends BaseFormDefinition {
  • 18 templateUrl: "./shared-button-info-creation.presentational.html",
    19 styleUrls: ["./shared-button-info-creation.presentational.scss"],
    20 selector: "dlcm-shared-additional-information-panel",
    21 templateUrl: "./shared-additional-information-panel.presentational.html",
    22 styleUrls: ["./shared-additional-information-panel.presentational.scss"],
    20 23 changeDetection: ChangeDetectionStrategy.OnPush,
    21 24 })
    22 export class SharedButtonInfoCreationPresentational extends SharedAbstractPresentational {
    25 export class SharedAdditionalInformationPanelPresentational<TResourceModel extends BaseResource> extends SharedAbstractPresentational {
    23 26 creationDate: string | undefined;
    24 27 creationWho: string | undefined;
    25 28 updatedDate: string | undefined;
    26 29 updatedWho: string | undefined;
    27 30 messageToTranslate: string | undefined;
    28 31
    32 formDefinition: FormComponentFormDefinition = new FormComponentFormDefinition();
  • Missing on notification detail (sent and received)

  • Maybe to add on contributor detail ?

  • Missing on admin notification detail

  • Missing on all preservation planning form (SIP, AIP, DIP, Jobs)

  • Review finished

  • David.Gold1 added 1 commit

    added 1 commit

    • 16b7e989 - fix: improve "created by" and "updated by" information display

    Compare with previous version

  • David.Gold1 added 1 commit

    added 1 commit

    • 2fd210ad - fix: improve "created by" and "updated by" information display

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading