Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WorkbookEditorsHandler: Fix NPE in case name is null
Regression was introduced in 03277d3, where getTitle() was accidentally changed to getName(). Revert that back to getTitle(). getTitle() is already null-safe in most cases, but to be 100% safe, guard it using Util.safeString() again. Fixes #1275.
- Loading branch information