I've logged the issue on the tracker, the issue with Umbraco's internal caching of dictionary items, which courier cannot always clear / access, since alot of it is internal. So currently the way to go about this, is to touch the web.config to reset the app pool, before you transfer your dictionary items, otherwise it might not have the latest version transfered.
Will look into a permanent solution, but this might involve a change to the core.
Transferring Dictionary Items Doesn't work on v4.11
If i create dictary item, Set the value to aaa, then change it to BBB and deploy.
I end up with the old AAA value on both the remote site and the local site is reverted back to AAA.
Hi Jeremy
I've logged the issue on the tracker, the issue with Umbraco's internal caching of dictionary items, which courier cannot always clear / access, since alot of it is internal. So currently the way to go about this, is to touch the web.config to reset the app pool, before you transfer your dictionary items, otherwise it might not have the latest version transfered.
Will look into a permanent solution, but this might involve a change to the core.
is working on a reply...