You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments