Adjust every ui.token to match new namespace : ui:token #1
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?
So quick options could now be passed directly to tokens, e.g. :
ui:form.post.no-csrf.no-enctype
,ui:form.no-enctype.no-csrf.post
,ui:form.no-csrf.no-enctype.post
, etc.. would all be valid in v2.xTask completed, was a simple patch.