vidi
vidi copied to clipboard
TYPO3 CMS extension providing a generic listing of records with advanced filter, inline editing, mass editing, ... Veni, vidi, vici!
Having a facet to filter by date range would be a very useful addition to this extension.
When using a relation property of type `group` as a column neither the facet (empty suggestions) nor the rendering in table does work (no label rendering). In addition, a JS...
Problem the regular User can not access the export tool. It is temporarily restricted to admin. The reason is Vidi is not respecting the fields permission taken from BE User...
When using the `fe_users` table module and trying to add another `usergroup` (using the plus icon) the modal throws an exception:  TYPO3 11.5.19 and 7acad289161167701b4eda75c58b042355cac059 Stack trace: ``` (1/1)...
The methods of this service are used often. For example the media extension makes wide usage in the backend. The DataHandlerHook of the media extension might query the sys_file_reference table...
I'm using the latest vidi extension (4.0.1) in combination with the latest media extension (5.1.0) on TYPO3 9.5.31 and for files, which are still referenced in an element, there is...
Hi, is there any chance for this extension to get support for TYPO3 v.10?
\Fab\Vidi\Facet\StandardFacet::class inside TCA grid -> facets section work only once. E.g.: ```php 'facets' => [ \Fab\Vidi\Facet\StandardFacet::class => [ 'name' => 'foo', 'label' => 'Foo', 'suggestions' => [ 1 => 'Foo...
I tried the following (to only have predefined categories as facets): \Fab\Vidi\Facet\StandardFacet::class => [ 'name' => 'categories', 'label' => 'Kategorie', 'suggestions' => [ '156' => 'foo', '157' => 'bar' ]...
This line is not enough to know if versioning is supported for that table: https://github.com/fabarea/vidi/blob/master/Classes/Tca/TableService.php#L369 It should be "true" as well, right?