genericobject
genericobject copied to clipboard
Genericobject object plugin
Bumps the dev-dependencies group with 2 updates: [phpstan/phpstan](https://github.com/phpstan/phpstan) and [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer). Updates `phpstan/phpstan` from 1.10.66 to 1.10.67 Release notes Sourced from phpstan/phpstan's releases. 1.10.67 This is the last release, or one...
Add section on formulary: $GO_FIELDS['section']['name'] = __("Example secction"); $GO_FIELDS['section']['field'] = 'sectionRow'; $GO_FIELDS['section']['input_type'] = 'sectionRow'; $GO_FIELDS['section']['colums'] = '4'; Add Colspan on formulary: $GO_FIELDS['comment']['name'] = __("Comments"); $GO_FIELDS['comment']['field'] = 'comment'; $GO_FIELDS['comment']['input_type'] = 'multitext';...
If when creating an object (Vehicle) you select the option "Use Global search". When accessing the status dropdown it will generate the error PHP Notice (8): Undefined index: is_visible_plugingenericobjectvehicle in...
allow the capacity to create a visual horizontal separation between fields sample to add in /fields/*.constant.php $GO_FIELDS['hrnewsection']['name'] = 'NEW VISUAL SECTION'; $GO_FIELDS['hrnewsection']['input_type'] = 'horizontalseparator';
Add genericobject inter-links (new feature) I've rewrited #84 by @Manu1400 for 2.8.0
The patch add support the [Positions](https://github.com/InfotelGLPI/positions) plugin. With two exception: 1. Direct link from tooltip to the object doesn't work correctly. It requires a patch of the Positions plugin. 2....
### Code of Conduct - [x] I agree to follow this project's Code of Conduct ### Is there an existing issue for this? - [x] I have searched the existing...