Maulik Parmar

Results 26 comments of Maulik Parmar

It is expected behaviour as other operations would require input object and default behaviour of normalization context is to expose all properties present in object. If you don't want to...

> > > I am facing the same issue. > Change event doesn't work. Is it because NG_VALUE_ACCESSOR? > My input: > > ``` > matInput formControlName="valor" currencyMask required >...

> > > How do you pass the schema into `SchemaParser`? It is picked up by graphql-kickstart from .graphqls files in resources. I managed to find error in schema, it's...

> Just had this error in a project. The problem is that the SchemaParser interprets all .graphqls files as a single file, that way, the column that is pointed is...

I just installed it in existing app and importing it to specific module related to component fixed the loading issue. That is how Angular works usually, so if your component...

>I'm having same issue, >Similar config, till date it was working properly and suddenly after adding a new host it started behaving >differently. >Browsers would prevent apps from executing response,...

Indeed there is something wrong with IRI converter, referencing [Custom identifier and subresources](https://github.com/api-platform/docs/issues/1115), not just docs issue but it works when you pass real ID in url. Steps to reproduce:...

Changing `$association['inversedBy']` at [line #213](https://github.com/api-platform/core/blob/9ccf57835b3a4f0c54cbde1ef43af193bf689b34/src/Bridge/Doctrine/Orm/SubresourceDataProvider.php#L213) in subresource data provider seems to fix the problem, can anyone confirm there are no side effects? I'm still pretty new to api-platform so experienced...

> Thanks for your investigation @mxmp210 ! Could you open a PR for this? @soyuka Sure I'd love to, First it needs to be tested for nested subresources as well,...

@itsmitul This issue was resolved in later versions, seems it's safe to close.