Skip to content

Commit

Permalink
Merge origin/FeatureCloseCards into FeatureCloseCards
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonia Heinen committed Jun 1, 2024
2 parents 91f67f7 + 0958e3b commit 5d60201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Squello-Core.package/SPBCard.class/instance/isClosed.st
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
accessing
isClosed


isClosed ifNil: [self isClosed: false].
^ isClosed
2 changes: 1 addition & 1 deletion Squello-Core.package/SPBCard.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"inbetweenLabelOffset" : "lo 8/1/2022 11:18",
"indicateDroppointWith:" : "mcr 8/4/2022 01:45",
"initialize" : "AH 6/1/2024 17:58",
"isClosed" : "AH 5/25/2024 15:02",
"isClosed" : "FP 5/27/2024 11:24",
"isClosed:" : "AH 5/25/2024 19:19",
"isNote" : "FP 5/20/2024 20:00",
"isNote:" : "AH 5/25/2024 17:02",
Expand Down

0 comments on commit 5d60201

Please sign in to comment.