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

Hello everyone,

I accidentally archived all my menu items (setting/technical/user  interface/select all  
menu item/archive) which caused my home interface to be practically
empty.
how can I unarchive all my menu items in order to make them visible again?

Thanks for help please.


아바타
취소
베스트 답변

Hi,

You can try the following method

Go to technical -> Menu items -> Filter archived and select unarchive

https://ibb.co/DtY8LtH

Regards

아바타
취소
베스트 답변

Hi,

As UI  doesn't  have  any  menu  currently,  you  can  achieve  it by connecting to the database using command/pgadmin, you can run a query in the database to set back all the menus's as active.

Command:

  1. For Opening Postgres  user enter: sudo su postgres
  2. psql
  3. \c db_name
  4. update ir_ui_menu set active = 'True'

Thanks

아바타
취소
관련 게시물 답글 화면 활동
1
3월 24
3790
1
10월 21
1776
3
9월 25
3021
0
8월 25
603
1
8월 25
2726