👋 Available on iTop Hub and Molkobain I/O
If you like this project, you can buy me beer, always appreciated! 🍻😁
Have a better user experience with caselogs by being able to open / close all entries at once.
This extension simply adds 2 buttons next to the caselog title, in both the console & portal.
Note: For an even better UX, check the Bubble caselogs extension which changes the caselog entries look & feel.
Compatible with iTop 2.4 to 2.7
Obsolete for iTop 3.0+ as it is now directly included in iTop 🙌
- Module
molkobain-fontawesome5-pack
- Module
molkobain-handy-framework
- Module
molkobain-newsroom-provider
Note: All dependencies are included in the dist/
folder, so all you need to do is follow the installation section below.
Stable releases can be found either on the releases page or on Molkobain I/O.
Downloading it directly from the Clone or download will get you the version under development which might be unstable.
Installation procedure is the same as for any iTop extension, just follow the instruction on the iTop official documentation here.
No configuration needed, the extension can be used out of the box!
Some configuration parameters are available from the Configuration editor of the console:
enabled
Enable / disable the extension without having to uninstall it. Value can betrue
orfalse
.open_all_icon
CSS classes of the open icon, allows you to choose any FontAwesome icon. Value must be a string of CSS classes separated by a space (eg.'fas fa-book-open'
).close_all_icon
CSS classes of the close icon, allows you to choose any FontAwesome icon. Value must be a string of CSS classes separated by a space (eg.'fas fa-book'
).icons_separator
Separator of the 2 icons. Value must be a string (eg.'-'
).
Example:
'molkobain-caselogs-toggler' => array (
'enabled' => true,
'open_all_icon' => 'fas fa-book-open',
'close_all_icon' => 'fas fa-book',
'icons_separator' => '-',
),
I would like to give a special thank you to the people who contributed to this:
- Bostoen, Jeffrey
- Goiffon, Pierre
This extension is under AGPLv3.