Skip to content
Snippets Groups Projects

General flow of states applied

Merged emanuel buzey requested to merge feature/add-state-flow into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -14,7+14,7 @@
name="set_inscription"
args="['draft']"
attrs="{'invisible':[('state','not in',['draft'])]}"
class="btn btn-primary"
/>
<button
type="object"
@@ -32,7+32,7 @@
/>
<button
type="object"
string="Change to inscription status"
string="Back to In Inscription status"
name="set_inscription"
args="['activation']"
attrs="{'invisible':[('state','not in',['activation'])]}"
Loading