You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing generate random email so it's possible when time registration is enabled. If enabled after the user was created the email will be checked and if it's invalid the email is removed, so the user is forced to enter a valid email.
Copy file name to clipboardExpand all lines: eform-client/src/app/plugins/modules/backend-configuration-pn/modules/property-workers/components/property-worker-create-edit-modal/property-worker-create-edit-modal.component.html
Copy file name to clipboardExpand all lines: eform-client/src/app/plugins/modules/backend-configuration-pn/modules/property-workers/components/property-worker-create-edit-modal/property-worker-create-edit-modal.component.ts
+60-10Lines changed: 60 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,15 @@ import {MtxGridColumn} from '@ng-matero/extensions/grid';
Copy file name to clipboardExpand all lines: eform-client/src/app/plugins/modules/backend-configuration-pn/modules/property-workers/components/property-worker-table/property-worker-table.component.ts
Copy file name to clipboardExpand all lines: eform-client/src/app/plugins/modules/backend-configuration-pn/modules/property-workers/components/property-workers-page/property-workers-page.component.html
0 commit comments