How to remove custom config items in "System Configuration" ?

Moderator: crythias

Locked
rbr
Znuny newbie
Posts: 2
Joined: 19 Feb 2020, 12:29
Znuny Version: OTRS 6
Real Name: Roeland Braam
Company: Gov

How to remove custom config items in "System Configuration" ?

Post by rbr »

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,
zzz
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" ?

Post by zzz »

Hey,

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
rbr
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" ?

Post by rbr »

Thanks,
That did the job
Locked