-
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.
[REF] plugins: remove core uuid generators
Using uuids in core plugins is either: - wrong if the id is supposed to be shared across users since a different one would be generated for each users. - useless if they aren't shared: the id doesn't need to be unique. This commit removes the `uuidGenerator` from core plugins because it shouldn't be used. The use in the Table plugin was useless (the id is never shared, it's not part of any table core command) closes #5030 Task: 4216816 Signed-off-by: Vincent Schippefilt (vsc) <[email protected]>
- Loading branch information
1 parent
703f2a4
commit 6de1c1f
Showing
3 changed files
with
8 additions
and
18 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
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