-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] pivot: remove forbidden chars when duplicating
Steps to reproduce: - insert a new pivot - rename the pivot with one of the following character in its name: ', *, ?, /, \, [, ] - duplicate the pivot => boom The command to create the new sheet is rejected (the name contains invalid characters). But we later tries to activate the sheet (which doesn doesn't exist since it was never created) closes #5048 Task: 4221325 X-original-commit: 941317f Signed-off-by: Lucas Lefèvre (lul) <[email protected]> Signed-off-by: Pierre Rousseau (pro) <[email protected]>
- Loading branch information
1 parent
6fe34dc
commit 5bdd38b
Showing
2 changed files
with
52 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters