Open avm99963 opened 8 months ago
When a CL doesn't have revisions, the current revision can't be found and thus we can't retrieve the current revision's description.
This CL fixes this by returning null in getDescription() when this happens, and falling back to the change's subject in the CL widget.
Fixes #52
@sdefresne Friendly ping in case you didn't see it (in another PR you mention you didn't receive an email notification for the PR, maybe tagging you sends it :)
Thanks in advance! :))
When a CL doesn't have revisions, the current revision can't be found and thus we can't retrieve the current revision's description.
This CL fixes this by returning null in getDescription() when this happens, and falling back to the change's subject in the CL widget.
Fixes #52