I added some custom dashboards dashlets to OTRS , and applied otrs.Console Maint::Config::Rebuild to add them to the config section.
Now i want to have them removed from the config section but i don't see an option to delete it.
I removed the Kernel/Config/Files/XML/customx.xml files and did a Maint::Config::Rebuild, but the config items are still visible under "System Configuration" in the web interface.
Does anybody know how to remove this ?
Thanks,
How to remove custom config items in "System Configuration" ?
Moderator: crythias
-
- Znuny superhero
- Posts: 914
- Joined: 15 Dec 2016, 15:13
- Znuny Version: All
- Real Name: Emin
- Company: Efflux GmbH
- Contact:
Re: How to remove custom config items in "System Configuration" ?
Hey,
Use Maint::Config::Rebuild --cleanup
Info:
[--cleanup] - Cleanup the database configuration, removing entries not defined in the XML files.
Best regards
Emin
Use Maint::Config::Rebuild --cleanup
Info:
[--cleanup] - Cleanup the database configuration, removing entries not defined in the XML files.
Best regards
Emin
Professional Znuny and OTRS services: efflux.de | efflux.de/en/
Free and premium add-ons: German | English
Free and premium add-ons: German | English
-
- Znuny newbie
- Posts: 2
- Joined: 19 Feb 2020, 12:29
- Znuny Version: OTRS 6
- Real Name: Roeland Braam
- Company: Gov
Re: How to remove custom config items in "System Configuration" ?
Thanks,
That did the job
That did the job