Rachit Magon

Results 23 comments of Rachit Magon

In addition to this, I have also experienced that it is not possible to make the union fields as nullable. They are always resolved as mandatory fields. ``` // This...

Oh I will check that, this is the same as what's already done in this project for shop-web so I thought for consistency we should do the same?

@evereq Haha okay sure. @sunk0 You can keep the checkbox only for now then 😄

@error404as It works if it's a simple form, but for more hierarchical forms I'm using what @bkniffler suggested a few years back :) Though I have modified it a little...

My workaround was to create a separate Nullable type, smth like this: ``` @InputType('NullableDataInput') @ObjectType() export class NullableData { @Field({ nullable: true }) isNull?: boolean; } ``` and then use...

We also need to look into Roles & Permissions with this :)

**Feature tickets under this Epic** Part 1: #944 Part 2: #714 Part 3: #946 Part 4: #715 Part 5: #947

Copied from PR #777 @evereq Merging this PR, but I have a few questions for #487 .. according to your answers @tsvetelina-e-y can make enhancements 1. If some equipment is...

@evereq Yes, that sounds good, and 1. No one (not even Super Admins) can change this "Super Admin" (maybe we can call that role "Owner") role/permissions they will always be...