Dimitri BOUTEILLE

Results 72 comments of Dimitri BOUTEILLE

Hi @zevilz , can you test this ? : ```php Field::make( 'select', 'team_id', 'Team' ) ->add_options(function() { $currentPostId = $_GET['post'] ?? null; $data = []; // Do something ... return...

And this ? ```php $currentID = $_GET['post'] ?? $_POST['id'] ?? null; ```

Hi @piggydoughnut and @mihdan @hafrang found a solution to fix the bug. Careful, as **Hafrand** says, this is a temporary solution. Do not hesitate to test this fix and make...

Hello @peterkracik , I’m reopening the issue but I’m not sure he has a new answer :( Do not hesitate to propose a solution to fix this problem :)

@jorostoyanov Do you have any idea how to fix this problem?

Hello @tnaber It is blocking for me because I can no longer access the list of commands http://my-site.dev/admin/sales/order/, the user can no longer see this page http://my-site.dev/sales/guest/view/. Generally, several pages...

Hi @tnaber Do you know where the `payment_method` column is used? In the code I don’t see any reference to this join. If the column is no longer used or...