Krishan König

Results 58 comments of Krishan König

@gisostallenberg, can you please post the code which defines the nested JSON field?

Is there some other fields or panel defined which wraps around the JSON definition?

Hi @YDBleeker, > But now the amount from the config is being charged instead What config value are you referring to in your initial description?

Can you also help me understand why you divide through `121` to create the `Money` instance (`money($request->amount/121*100 ,'EUR')`)? If the `$request->amount()` is `'10'`, this results in `0.08 €`. Not sure...

Hi @YouneselBarnoussi, thank you for your time investment to write this big chunk of code 😄! Can you please describe the exact use case you need this for? You might...

Hi @YouneselBarnoussi, thanks for the clarification of your use case! As I mentioned before, I ll need to consult with the rest of the team and let it sink in...

Not sure if it helps, but I also can't view the inline calendar view, but I don't see any error in the console. ``` from:2024/03/17 to:2024/05/17 ```

Updated the Line `216` and run the upgrade again, but still cannot upgrade to latest version. ![image](https://user-images.githubusercontent.com/10154100/33069765-d1c42b4e-ceb5-11e7-87a6-07b0aa6534ef.png)

In case anyone else is wondering on how to use dynamic actions in Nova v4: You don’t need any third party package, it can be done out of the box:...

@sandervanhooft I think this should be fixed on the API level, but it's not a problem to add a 'middleware' to this request only that takes care of filtering out...