mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-03 16:14:13 +01:00
- Remove input when object is in view mode - Improve form errors handling - Prevent row selection when clicking input - Attach date time picker to table instead of input to prevent popup truncating (popup will be visible but not aligned on the input)
14 lines
311 B
PHP
14 lines
311 B
PHP
<?php
|
|
|
|
// include_paths.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
$vendorDir . '/pear/archive_tar',
|
|
$vendorDir . '/pear/console_getopt',
|
|
$vendorDir . '/pear/pear-core-minimal/src',
|
|
$vendorDir . '/pear/pear_exception',
|
|
);
|