Skip to content

Commit

Permalink
[Enh]: Add Meta Workplace Works to Soup & ObjLepiter
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris committed Jun 29, 2024
1 parent 652ce54 commit b812a55
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/BaselineOfDynabook/BaselineOfDynabook.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,19 @@ BaselineOfDynabook >> gtPostLoad [
builder: aBlock ].

QuLeSources providers: {
PpEventUIDReference new
sourceClass: PpEventLog;
yourself.

DbObjectUIDReference new
sourceClass: LlLibrary;
yourself.

DbObjectUIDReference new
sourceClass: LlWorkplace;
yourself.

PpEventUIDReference new
sourceClass: PpEventLog;
yourself.

QuSnippetSource new.
} asOrderedCollection.
]
Expand Down Expand Up @@ -256,6 +261,10 @@ BaselineOfDynabook >> olReferenceBuilderMap [
sourceClass: LlLibrary;
collectionGetter: #copies;
yourself ];
at: LlWorkplaceComment put: [
DbObjectUIDReference new
sourceClass: LlWorkplace;
yourself ];
at: MpRelatableEntity put: [
DbObjectUIDReference new
sourceClass: MpAddressBook;
Expand Down

0 comments on commit b812a55

Please sign in to comment.