pwm icon indicating copy to clipboard operation
pwm copied to clipboard

configuration editor: cannot edit email HTML- body

Open FZachlod opened this issue 8 years ago • 2 comments

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 avatar Nov 23 '16 13:11 FZachlod

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

salaun-urennes1 avatar May 16 '17 07:05 salaun-urennes1

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'];

jordanstoner avatar Dec 01 '21 14:12 jordanstoner