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

Can we use the header button (workflow button) to enter edit mode? I have tried


instance.web.FormView.include({

        init: function() {

            this._super.apply(this, arguments);

        },

        events: {

            "click .resume_consultation": "resume_consultation",

        },

        resume_consultation : function(ev) {

            ev.preventDefault();

            ev.stopPropagation();

        }

    })

アバター
破棄
関連投稿 返信 ビュー 活動
0
4月 24
1957
4
11月 23
6060
0
10月 23
1800
0
12月 22
2703
2
12月 23
19483