Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuration editor: cannot edit email HTML- body #95

Open
FZachlod opened this issue Nov 23, 2016 · 2 comments
Open

configuration editor: cannot edit email HTML- body #95

FZachlod opened this issue Nov 23, 2016 · 2 comments

Comments

@FZachlod
Copy link
Contributor

when trying to change email html- Body text in the configuration editor a new dialog opens which shows an wysiwyg HTML- editor but does not allow editing the actual html body. The window is empty and no cursor is shown.

This happens for us in the current version as well as in an older snapshot we built in august.

html-body

@FZachlod FZachlod changed the title configuration editor - cannot edit email HTML- body configuration editor: cannot edit email HTML- body Nov 28, 2016
@salaun-urennes1
Copy link

We have exactly the same problem with pwm-1.8.0-SNAPSHOT-2016-06-23T17_38_36Z

@jordanstoner
Copy link

Still seeing this issue with release 1.9.2.

This is the error behind the scenes:

Uncaught TypeError: Cannot set properties of undefined (setting 'htmlText')
    at loadFunction (configeditor-settings.js:1008)

Contents of line 1008:
$scope.htmlText = PWM_VAR['clientSettingCache'][keyName][localeName]['bodyHtml'];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants