Milen Karaganski
Milen Karaganski
> Hi All > > is there a way to get this fix in version 14 ? > > Best Regards Have you tried manually making the changes described above?
> By the way... I am indeed using your approach but for "invalid" moves... My use case for having a fixed "record" was to add a create button inside the...
As a temporary fix: 1. Make the board extends Filament Page `class ToDoBoard extends Page implements HasForms` 2. Copy all data (properties and methods) from `KanbanBoard` to your board and...
In my case, I am talking about a project inside a project. My workspace needs to be in the general folder of the code, while the projects I am working...
That will be perfect. And very neat and simple solution BTW.
> Could you make this dynamic using the existing grid component? Could you elaborate a bit more please?
Hi. I think this should do it. 1. We have 3 widgets per row by default 2. No screen breakpoints are hardcoded i.e. the use of `getColumns()` method is optional...
"Can always be edited" when checked, should add a "pencil" to the field in view mode so it can be edited directly, without editing the card itself i.e. for fast...
I guess it is the same as [HERE](https://github.com/Dolibarr/dolibarr/issues/23096). The query to add a record to llx_actioncomm has an "ip" field/column in it, but this column is not created during installation...