Last modified by Guillaume Delhumeau on 2018/08/13

<
From version < 16.1 >
edited by Gabriela Anechitoaei
on 2018/07/20
To version < 17.1 >
edited by Marius Dumitru Florea
on 2018/07/20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ganechitoaei
1 +XWiki.mflorea
Content
... ... @@ -55,7 +55,7 @@
55 55  
56 56  === User Picker Velocity Macro ===
57 57  
58 -The implementation of the ###userPicker*## and ###groupPicker*## Velocity macros has been modified. You should review the usage of these macros in your own (custom) code to make sure they still work as expected. We changed the JavaScript library used to fetch and display the suggestions and this lead to changes on the HTML structure of the user and group pickers. This means that you may have to update your code in case you did customizations on top of the old library. The ##userPicker.js## file has been deprecated (but it's still bundled) and the ##userPicker.css## file has been removed (but the styles have been integrated into the skin).
58 +The implementation of the ###userPicker*## and ###groupPicker*## Velocity macros has been modified. You should review the usage of these macros in your own (custom) code to make sure they still work as expected. We changed the JavaScript library used to fetch and display the suggestions and this lead to changes on the HTML structure of the user and group pickers. This means that you may have to update your code in case you did customizations on top of the old library. The ##userPicker.js## file has been deprecated (but it's still bundled) and the ##userPicker.css## file has been removed (but the styles have been integrated into the skin). We also deprecated the ##suggestUsers## and ##suggestGroups## CSS classes in favor of the new ##suggest-users## and ##suggest-groups##. You can still use the old CSS classes but you need to import ##userPicker.js## yourself.
59 59  
60 60  == API Breakages ==
61 61  

Get Connected