-
Notifications
You must be signed in to change notification settings - Fork 5
Description
When setting a user to "Restrict to one group" it's possible to have a user switch to one role, "copy" a record, switch to the next role and try to "paste" that record onto a page with a different db mount. If both roles come with different db mounts, pasting is impossible but the user is not informed of that and nothing happens. Only in the log module an error message shows up:
Attempt to copy record "tt_content:24010" which does not exist or you do not have permission to read
This might actually be a core bug ("no error message when trying to paste a non-readable record") but I thought this should at least pop up in this tracker here, because I cannot think of any other way of having a record's reference in the clipboard that's non-readable anymore all of a sudden but switching the role with this extension here. And maybe you come up with a super easy solution too ;-)
PS: with copy/paste I mean TYPO3's clipboard functionality.