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

Issues editing the EmailTo table in Configuration Editor #125

Open
lostcarpark opened this issue Aug 1, 2021 · 1 comment
Open

Issues editing the EmailTo table in Configuration Editor #125

lostcarpark opened this issue Aug 1, 2021 · 1 comment
Labels

Comments

@lostcarpark
Copy link

lostcarpark commented Aug 1, 2021

When editing the EmailTo table in the Configuration Editor, I encountered two problems:

  1. This is more of a user interface issue. When editing a Text field (currently the EmailTo table is the only table which has one), I didn't notice the "Save contents back to table" button on the editor, so the editor remained visible, and the Save button never got enabled, and I could not save changes. I propose changing the table editor so that the contents of the editor will be saved and the editor hidden if the user moves off the Text columns.
  2. This one is a bug. When adding new rows to a table, the row is initialised with null values. The JS code tries to replace "\n" to a "br" tag, and fails because it is operating on a null value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants