Rework the Token parsing to allow for namespacing and options passing directly. #6
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mcndave/picea#6
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Options can be passed through tokens, but it is not handled as it should.
ui.form.post must be written this way, and no other option can be passed.
This task would allow tokens to now allow such statements :
ui:form.post.no-csrf.no-enctype
,ui:form.no-enctype.no-csrf.post
,ui:form.no-csrf.no-enctype.post
, etc.. to all be forward to a single token, being in this case "ui:form" (notice the new facultative namespacing occuring here)