コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1463 ビュー

Hi! I would like to prevent the modification of a recording after clicking on the button to save. I use decoration-muted like that ( "decoration-muted ="state in('e')" ) but it doesn't worked. 

アバター
破棄
最善の回答

 Hi,

     please try like this

<tree string="Orders" decoration-info="state == 'draft'" decoration-muted="state in ('done','cancel')" >

       

アバター
破棄