Paulo Sakamoto
Paulo Sakamoto
@mcraeteisha , I have a few remarks about this PR. - when the component is loaded, no aria label is defined. - when two options are selected, only the last...
@estebangallego , In order to not bringing back the bug reported in [FOUR-6875](https://processmaker.atlassian.net/browse/FOUR-6875), would you consider updating the [Install command](https://github.com/ProcessMaker/processmaker/blob/bugfix/FOUR-6887/ProcessMaker/Console/Commands/Install.php#L289:L293) with this code snippet ? ```php $this->info('Creating migrations table...'); $this->call('migrate:install');...