Skip to content

Commit

Permalink
Post Load script fixes so that it works for all baseline groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsejam78 committed Apr 12, 2024
1 parent 9baf8da commit 4ebe537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/BaselineOfStargate/BaselineOfStargate.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ BaselineOfStargate >> baseline: spec [
{ #category : 'baselines' }
BaselineOfStargate >> configureControllerInstancesAsTransient [

{
ResourceRESTfulController.
JsonRPCController } do: #makeInstancesDbTransient
#( ResourceRESTfulController JsonRPCController ) do: [ :className |
(LanguagePlatform current globalNamed: className ifAbsent: [ nil ])
ifNotNil: #makeInstancesDbTransient ]
]

{ #category : 'accessing' }
Expand Down

0 comments on commit 4ebe537

Please sign in to comment.