I have just installed the latest TM on our Umbraco 7 Cloud instances (successfully installed on Local 1, pushed to Dev, and pulled to Local 2), but one thing doesn't work anywhere, saving e-mails for notifications.
After entering one or more e-mail addresses (in one or more fields), and push the Save button, the fields are blanked out again. I refresh the page to see if they're in there anyway, but fields remain blank.
The problem is also there when trying to change the Split Tags field on the Html Tags tab. And I don't see a config/translations.config file. Maybe that's the problem, the back end is unable to create/save the config file?
I tried to manually create a minimal /Config/translations.config file, but the values I put into it are also not reflected in the Backoffice settings.
I doubt it's a permissions issue since I was able to create the file manually, and there are other config files also being saved there recently.
I looked at the network traffic, and verified that the value entered into the "Split Tags" field was sent to the server, But the reply looks suspect, see the )]}', at the top of the response:
Notifications don't save
Hi,
I have just installed the latest TM on our Umbraco 7 Cloud instances (successfully installed on Local 1, pushed to Dev, and pulled to Local 2), but one thing doesn't work anywhere, saving e-mails for notifications.
After entering one or more e-mail addresses (in one or more fields), and push the Save button, the fields are blanked out again. I refresh the page to see if they're in there anyway, but fields remain blank.
Known issue?
-Tor
yeah - thought it was fixed in 2.2.1 :(
https://our.umbraco.com/packages/backoffice-extensions/translation-manager/translation-manager-feedback/95499-translation-manager-clearing-notification-email-address-doesnt-work
you should still be able to set them directly in the config/translations.config file.
Will check we have re-introduced something in later versions
The problem is also there when trying to change the Split Tags field on the Html Tags tab. And I don't see a config/translations.config file. Maybe that's the problem, the back end is unable to create/save the config file?
I tried to manually create a minimal /Config/translations.config file, but the values I put into it are also not reflected in the Backoffice settings.
-Tor
yeah - I was wondering as it did work for me when i had a quick go
wonder if it's a permissions issue?
If the file is missing then Translation Manager will attempt to create it when you save.
The default config file is also in the package/nuget file, but if the config folder is read/write a save settings will also create it.
K
I doubt it's a permissions issue since I was able to create the file manually, and there are other config files also being saved there recently.
I looked at the network traffic, and verified that the value entered into the "Split Tags" field was sent to the server, But the reply looks suspect, see the )]}', at the top of the response:
Hi
yeah, it turns out there needs to be a minimal file there :(
if you have a file with this :
then restart your site.
Saving the settings should then work and populate the file.
& we'll put a fix in for the next release
Kevin
Great, this works, thank you Kevin!
-Tor
is working on a reply...