콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
8535 화면

While editing a project form, I accidentally deleted the <h1> tag from the 'name' field. Now the project name appears as regular text in the form view. I tried using the node type html_tag and got the error message "Can't Update View".

아바타
취소
베스트 답변

Again you can add h1 tab in view.
Add following code.

<h1>
    <field name="name" class="oe_inline" readonly="1"/>
</h1>

아바타
취소
작성자

Sudhir, how can I add h1 tab in the view? Is there another way besides using view editor? Or if I use view editor, what node type should I use?

How did you edit the view previously?

작성자

I used the view editor available in the developer mode.

관련 게시물 답글 화면 활동
1
8월 24
1879
0
6월 24
155
2
8월 19
9877
1
5월 16
6694
0
6월 20
4657