跳至內容
選單
此問題已被標幟
2 回覆
3769 瀏覽次數

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
3593
1
10月 21
1636
1
8月 25
1960
1
7月 25
2525
2
7月 25
7977