Skip to content

Commit

Permalink
fixed a bug that opened the wrong board
Browse files Browse the repository at this point in the history
  • Loading branch information
FePrHPI committed Jun 22, 2024
1 parent 37c2e1b commit b473c46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ chooseProjectFromUrl: aString
projects isEmpty ifTrue: [self errorNoProjects].

chosenProject := self chooseProjectFrom: projects.
self boardProvider projectId: (chosenProject at: 'id').



chosenProject ifNil: [^ self].
self boardProvider boardNr: (chosenProject at: 'number').
self boardProvider projectId: (chosenProject at: 'id').
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 @@ -50,7 +50,7 @@
"changeProvider" : "lo 7/8/2022 14:00",
"changeProvider:" : "lo 7/8/2022 15:29",
"chooseProjectFrom:" : "mcr 8/4/2022 01:19",
"chooseProjectFromUrl:" : "mcr 8/4/2022 01:21",
"chooseProjectFromUrl:" : "FP 6/22/2024 17:24",
"columnFromId:" : "lo 8/3/2022 12:57",
"columns" : "tk 7/30/2022 21:38",
"columns:" : "tk 7/30/2022 21:38",
Expand Down

0 comments on commit b473c46

Please sign in to comment.