-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Which Umbraco version are you using?
13.9.3
Bug summary
Ever sinds the introduction of the "Send for Approval" option, segments have never been supported. The Core includes a hard "NotSupportedException" when you do try to send a segment to approval.
See:
| throw new NotSupportedException(); |
Now that segments are a first-class citizen again, we should really be picking this up.
Specifics
In the days of uMarketingSuite, we had a workaround for V8 available, that removed the else statement that that included the throw new NotSupportedException() exception in favor of gracefully handling it instead.
We should get around to further refining how we expect this to behave, and implement it. For now this Issue report is to serve as a note that this is still an issue.
Steps to reproduce
-Remove Publish Permissions from User
-Give user Send to Publish permissions.
-Go to a Document that has a segment, and open said segment.
-Click on "Send to Approval"
The NotYetSupported() exception will now be thrown.
Expected result / actual result
To be determined 😇
This item has been added to our backlog AB#56370