alexwenzel / nova-dependency-container

A Laravel Nova field container allowing to depend on other fields values
MIT License
46 stars 33 forks source link

Dependency container action bug #3

Closed ali-raza-saleem closed 2 years ago

ganapatimoger commented 2 years ago

There is error while doing some actions on resources having this package installed. If I remove the package the actions are working fine. Please fix this issue @alexwenzel @the-alichemist

ganapatimoger commented 2 years ago

please merge this fix

kingzmedia commented 2 years ago

yes please !

mehrancodes commented 2 years ago

You can use version dev-master until they add tag for this change

alexwenzel commented 2 years ago

Will fix this the next day.

alexwenzel commented 2 years ago

There is error while doing some actions on resources having this package installed. If I remove the package the actions are working fine. Please fix this issue @alexwenzel @the-alichemist

I merged this PR. Does it fix your issue? if not, please open a new PR and describe your problem.

alexwenzel commented 2 years ago

There is error while doing some actions on resources having this package installed. If I remove the package the actions are working fine. Please fix this issue @alexwenzel @the-alichemist

i think i fixed it. pull master branch again.

cloudstorydev commented 2 years ago

Hi, sorry to use this channel. But I tested found issue with BelongsTo inside the DependencyContainer, it does not show the options. I compared with plain BelongsTo, the different is in the network request. (Network request failed when inside DependencyContainer)

BelongsTo - Inside DependencyContainer:

BelongsTo - Plain: