Closed SebinSong closed 4 weeks ago
Passed #3327
•
68a6a6cbba ℹ️: Merge 6c84e691aa17117f5e7d6b57c27be50accdcfbcc into cd4e463201e39c77101340b487a8...
Project |
group-income
|
Branch Review |
sebin/task/#2373-close-proposal-bug
|
Run status |
Passed #3327
|
Run duration | 09m 09s |
Commit |
68a6a6cbba ℹ️: Merge 6c84e691aa17117f5e7d6b57c27be50accdcfbcc into cd4e463201e39c77101340b487a8...
|
Committer | Sebin Song |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
10
|
Skipped |
0
|
Passing |
111
|
View all changes introduced in this branch ↗︎ |
Note to self when testing this: be sure to test with existing data from server to verify that old messages won't be broken by this PR.
closes #2373
I can see the app now handles proposal expiration correctly.
It appears that
gi.actions/group/markProposalsExpired
used to only take one proposal ID as the param(data.proposalHash
) and then was changed to take an array of IDs(data.proposalIds
) later. But the relevant part infrontend/controller/actions/group.js
file has not been updated to take this into account, which lead to causing below runtime error:So made a fix accordingly.