Files
iTop/js
Pierre Goiffon c117a23e0d N°3227 For AttributeOQL add a new icon to pick a query from queries phrasebook
Add a new Query.is_template field (default value 'no') to filter queries usable as template.

Also lots of modifications in ExtKeyWidget, both JS and PHP objects :
* pass filter on dialog content generation (was using only targetClass, so search criteria weren't set - but search results were ok as they are made from another ajax query)
* fix loading still displayed after dialog close
* can now get the defined attribute value (was always returning the selected object id)
2020-12-01 09:40:55 +01:00
..
2019-10-30 10:11:33 +01:00
2020-11-26 11:37:47 +01:00
2020-11-03 16:15:03 +01:00
2020-11-03 16:15:03 +01:00
2018-07-23 06:58:30 +00:00
2015-09-08 14:06:00 +00:00
2019-06-13 11:55:10 +02:00
2014-11-07 13:25:37 +00:00

In order to better separate our developments from the embedded third-party libs, files should be moved in either the /components or /lib folders.

IMPORTANT: Before moving a file, we should first consider if:

  • The file is used in an iTop extension that should be compatible with the iTop version currently under developments
  • The file is still used in iTop itself (or if we can consider removing it for clean up)