Skip to content

Commit

Permalink
fix bug: label list icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Cram committed Jun 7, 2022
1 parent c6a7214 commit ed8c1d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Squello-Core.package/SPBBoard.class/instance/labelIcon..st
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
accessing
labelIcon: aNumber

aNumber = 1 ifTrue: [^ nil].
aNumber = 1 ifTrue: [^ ToolIcons blank].
^ (self activeCard labels at: aNumber - 1) asForm.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
accessing
potentialLabelIcon: aNumber

aNumber = 1 ifTrue: [^ nil].
aNumber = 1 ifTrue: [^ ToolIcons blank].
^ (self potentialLabelsList at: aNumber) asForm.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
accessing
potentialLabelSelected
^ potentialLabelSelected

^ potentialLabelSelected.
12 changes: 6 additions & 6 deletions Squello-Core.package/SPBBoard.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"activeCard:" : "lo 5/26/2022 14:24",
"activeCardAssigneeList" : "mcr 5/27/2022 19:15",
"activeCardDescription" : "lo 5/26/2022 14:25",
"activeCardLabelList" : "lo 6/5/2022 14:58",
"activeCardLabelList" : "mcr 6/7/2022 16:17",
"activeCardTitle" : "lo 5/26/2022 14:25",
"addLane" : "NTK 6/6/2022 13:45",
"assigneeSelected" : "mcr 5/27/2022 19:11",
Expand Down Expand Up @@ -42,15 +42,15 @@
"constructor:" : "NTK 5/30/2022 14:25",
"createLanes" : "NTK 6/6/2022 00:59",
"dragFromAssignees:" : "mcr 5/27/2022 19:26",
"dragFromLabels:" : "lo 6/5/2022 14:46",
"dragFromLabels:" : "mcr 6/7/2022 16:19",
"dragFromPotentialAssignees:" : "mcr 5/27/2022 19:37",
"dragFromPotentialLabels:" : "lo 6/5/2022 15:11",
"dropOnAssignees:at:" : "mcr 5/30/2022 21:46",
"dropOnLabels:at:" : "lo 6/6/2022 12:59",
"dropOnPotentialAssignees:at:" : "mcr 5/30/2022 21:47",
"dropOnPotentialLabels:at:" : "lo 6/6/2022 13:00",
"initialize" : "NTK 6/1/2022 16:39",
"labelIcon:" : "lo 6/6/2022 12:23",
"labelIcon:" : "mcr 6/7/2022 16:25",
"labelSelected" : "lo 6/5/2022 14:56",
"labelSelected:" : "lo 6/5/2022 15:14",
"lanes" : "lo 5/26/2022 23:15",
Expand All @@ -60,12 +60,12 @@
"potentialAssignees" : "mcr 5/28/2022 01:44",
"potentialAssignees:" : "mcr 5/27/2022 15:29",
"potentialAssigneesList" : "mcr 5/27/2022 19:17",
"potentialLabelIcon:" : "lo 6/6/2022 12:45",
"potentialLabelSelected" : "lo 6/5/2022 14:52",
"potentialLabelIcon:" : "mcr 6/7/2022 16:26",
"potentialLabelSelected" : "mcr 6/7/2022 16:08",
"potentialLabelSelected:" : "lo 6/5/2022 14:53",
"potentialLabels" : "lo 6/5/2022 14:39",
"potentialLabels:" : "lo 6/5/2022 14:39",
"potentialLabelsList" : "lo 6/5/2022 14:57",
"potentialLabelsList" : "mcr 6/7/2022 16:12",
"provider" : "lo 5/26/2022 22:23",
"provider:" : "lo 5/26/2022 22:24",
"showLanes" : "mcr 6/6/2022 22:40",
Expand Down

0 comments on commit ed8c1d7

Please sign in to comment.