Actions
Bug #5222
closedSubstitution user #displayedOrMe not functional
Description
The substitution user usage of #displayedOrMe is unable to fall through to #me. This is due to the second IF checking if the value is strictly null. This doesn't work as the id is strictly int so it just needs to check that there isn't an id (null, 0, etc..).
Updated by krileon over 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !838
Actions