[3.7.0] Reset specific configuration

Ho guys,

I have some doubts about how to reset some settings without reseting the whole app
for example if I only need to reset i18n to grab new added phrases?

Is it possible to do something like: fwreinit=i18n&reinitPass=admin ?

Thanks

xerrano

There may be a way to remove/de-register the i18n plugin. It would get re-created the next time it was loaded. I don’t see anything in the PluginService but perhaps Luis knows of a way.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

I guess you could do it manually using the Cachebox monitor. If you want to do it programmatically, I don’t think it would be difficult to write code that would delete/expire the required component individually from the cache.

Bob

You need to clear the language settings. Dump the settings and you will see the key RBundles. If you clear that structure then the rb plugin will reload all languages.

signature0.jpg

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Perfect… thanks!