Rahul R.
Rahul R.
@Char2sGu Okay. So below code is working to recover it, but still not sure how to recover deleted relationships. ``` // Reset the soft-delete flag to "recover" the entity wrap(entity...
@Char2sGu We are building amazing platform where we used 2 ORMs (TypeORM & MikroORM) together. So TypeORM provide additional method to recover it. i.e. `recover(entity: T, options?: SaveOptions): Promise;` So...
> On second thought, I should stop piling up my to-do list 😝 > > Currently, when an entity is soft-deleted, only this specific entity's `deletedAt` property will be updated....
Duplicate https://github.com/ever-co/ever-gauzy/issues/5476
@Anishali2 Let's wait to deploy latest changes on API. https://github.com/ever-co/ever-gauzy/pull/7791
> @rahul-rocket can you quickly check that above is good? If yes, let's close this issue. @evereq We need to verify what role we set to the initial User it...
@paradoxe35 I applied third party email template customization variables. ``` { "email": "", "appName": "", "appLogo": "", "appSignature": "", "appLink": "", "callbackUrl": "" } ``` Note: Please check issue in...
@evereq https://github.com/ever-co/ever-gauzy/issues/5784 We did not implemented this feature yet.
> OK @rahul-rocket , can we create an env var called `ALLOW_TENANTS_REGISTRATION` that should be true by default and that possible to set to `false` to completely disable new tenants...
@evereq Seems latest Gauzy Full Desktop & Gauzy Desktop Server is working fine for me on Windows.  @gwilson152 Can you please download latest pre-release/stable version and test it again?...