Skip to content

Conversation

@SlavikCA
Copy link
Contributor

@SlavikCA SlavikCA commented Feb 3, 2024

Change Summary

This change will enable VIEWER to receive emails, whenever new entry added via FORM
fixes #7535

Change type

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation)
  • style: (formatting, missing semi colons, etc; no production code change)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing tests, refactoring tests; no production code change)
  • chore: (updating grunt tasks etc; no production code change)

Test/ Verification

I created two users: SUPER ADMIN and VIEWER:

  • SUPER ADMIN created base, table and the form; also configured SMTP
  • VIEWER opened FORM and enabled "E-mail me at ..." switch
  • confirmed, that now there is no error and the switch state saved (if fails in master)
  • confirmed, that email is actually sent

this change will enable VIEWER to receive emails, whenever new entry added via FORM
@CLAassistant
Copy link

CLAassistant commented Feb 3, 2024

CLA assistant check
All committers have signed the CLA.

@SlavikCA SlavikCA changed the title ACL: move isPluginActive from CREATOR to VIEWER; fixes 7535 ACL: move isPluginActive from CREATOR to VIEWER; fixes #7535 Feb 3, 2024
@wingkwong wingkwong merged commit 5f2e3ea into nocodb:develop Feb 8, 2024
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

Successfully merging this pull request may close these issues.

🐛 Bug: VIEWER can't receive form e-mail notifications

4 participants