Lucian Petic

Results 4 issues of Lucian Petic

By default, the sorting with AssociatedField is with the ```id```. This PR introduces sorting by specific field of the AssociatedField. Exemple of usage: ```php public function configureFields(string $pageName): iterable {...

feature
priority: important

Fix #4220 Usage: ```php public function configureActions(Actions $actions): Actions { $general = Action::new('general', 'General') ->linkToCrudAction('general') ->setDisabled(!$this->getUser()->isSuperAdmin()) ->createAsGlobalAction(); return $actions = $actions ->add(Crud::PAGE_INDEX, $general); } ```

bug
priority: important

Hi, I set up an i18n module. There are no external dependencies. I loaded 2 available languages (en & fr). Principipaly this is based on (key, value) JSON file. I...

For example, there is a user named: Joe Dae. The command ```/msg Joe Dae Hello!``` will not work. https://user-images.githubusercontent.com/40602497/110692190-5eed4000-81e6-11eb-8a20-dc7f4b3be95a.mov