Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
3697 Tampilan

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.


Avatar
Buang
Jawaban Terbai

Hi,

You can try the following method

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

https://ibb.co/DtY8LtH

Regards

Avatar
Buang
Jawaban Terbai

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Mar 24
3515
1
Okt 21
1573
1
Jul 25
2334
2
Jul 25
7817
2
Jul 25
4215