Info |
---|
MM 4.8.0 requires that GetAssetsById, DigiZuite_System_Framework_Search, DigiZuite_System_GetBasketList and Digizuite_system_metadatav2_tree searches will contain a new value field in the result. If you are using a custom version of these searches, you may need to add it manually. |
How to access/use the new implementation?
...
"ALL, None and Invert" Multiselect Options Removed
...
Code Block | ||||
---|---|---|---|---|
| ||||
<valueFields id="basketItems"> <valueField id="basketItemCount" fieldName="basket_item.basket_itemid" aggregate="COUNT"/> </valueFields> |
...
Digizuite_system_
...
metadatav2_
...
tree
Code Block | ||||
---|---|---|---|---|
| ||||
<valueField id="idPath" fieldStructure="item_tree_value.idPath" /> |
...