Skip to content

Commit

Permalink
made sure columns is a collection
Browse files Browse the repository at this point in the history
  • Loading branch information
FePrHPI committed Jul 12, 2024
1 parent cf81f10 commit fb994a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
building
createColumns

self columns: self boardProvider queryColumns.
self columns: self boardProvider queryColumns asOrderedCollection.
self columns
do: [:column | column changeProvider: self changeProvider].
2 changes: 1 addition & 1 deletion Squello-Core.package/SPBBoard.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"columnFromId:" : "Haru 7/12/2024 20:50",
"columns" : "tk 7/30/2022 21:38",
"columns:" : "tk 7/30/2022 21:38",
"createColumns" : "lo 8/1/2022 11:11",
"createColumns" : "FP 7/12/2024 22:40",
"createSidebar" : "lo 8/1/2022 11:11",
"errorCannotAddColumn:" : "jh 7/31/2022 14:28",
"errorInvalidUrl" : "mcr 8/2/2022 22:17",
Expand Down

0 comments on commit fb994a1

Please sign in to comment.