Clément "KPTN" OUDOT
Clément "KPTN" OUDOT
Dev notes: * templates/listing_table.tpl ```php {foreach $listing_columns as $item}{$type=$attributes_map.{$item}.type}{$msg_label_{$item}}{/foreach} ``` * templates/footer.tpl ```php "aoColumnDefs": [ { "bSortable": false, "aTargets": ['nosort', 'type-int'] } ],
The current stable version has this buttons:  We just need to use the new Datatable options, like https://datatables.net/extensions/buttons/built-in#Print We may need to review how we call Datatable and follow...
I restored print buttons in #183 CSV or PDF export is available in datatables, but only relies on displayed data (which can be truncated). We need to think about it...
You can use a volume to have them in docker image, did you try this?
My use case: a LSC deletes entries from Active Directory if they are not present in a database. If the database is empty, all entries are delete from AD. When...
> However, sometimes, we don't have any filter to find all source entries. This would require us to define a very large search filter, that may slow down the clean...
This is a requested feature: https://github.com/ltb-project/self-service-password/issues/387 Not planned yet in the roadmap
> why does the version of the page show as 1.7.2? The latest version shouldn't be 1.7.3, right? Of course, this doesn't affect the usage. Indeed, it was a mistake,...
Hello @abpai94 there is a misunderstood about the wanted feature (https://github.com/ltb-project/service-desk/issues/126) What we want is to improve the "check password" feature, so that it scans the password history too. I'll...
You can use a prehook : https://self-service-password.readthedocs.io/en/stable/config_preposthook.html