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
The All button from the multiselect bar(with it's additional functions All, None and Invert) in now removed. This was done due in part to technical limitation and the confusion which it created in the context of infinite scrolling.
Links in the PDF Reader
It is now possible to navigate to internal/external links from the PDF document.
Menu
The Menu can be accessed from the left side of the Media Manager. In order to reduce confusion, the behavior of the menu in Media Manager is now similar of the one in Video Portal.
How the new implementation works?
Links in the PDF Reader
If the PDF document being rendered contains URLs, the user is now able to click on them and navigate to the address they point to.
This will work with both internal links(for example links in the Table of Contents pointing to a page in the document, footnotes and so on) as well as external URLs.
Menu
What has been changed from the previous behavior are the following:
...
You can find more about the new behavior by looking at this video: http://house.mediamanager.digizuite.dk/#!/asset/2959
Search Modifications
If you are using modified versions of the following searches, you may need to make the following valueFields must be added manually.
DigiZuite_System_Framework_Search
Code Block | ||||
---|---|---|---|---|
| ||||
<valueField id="imageRotation" itemGuid="668761DC-536E-41B3-BF05-CAA178D10100" /> |
GetAssetsById
Code Block | ||||
---|---|---|---|---|
| ||||
<valueField id="imageRotation" itemGuid="668761DC-536E-41B3-BF05-CAA178D10100" /> |
DigiZuite_System_GetBasketList
Code Block | ||||
---|---|---|---|---|
| ||||
<valueFields id="basketItems"> <valueField id="basketItemCount" fieldName="basket_item.basket_itemid" aggregate="COUNT"/> </valueFields> |
DigiZuite_System_GetBasketList
Code Block | ||||
---|---|---|---|---|
| ||||
<valueField id="idPath" fieldStructure="item_tree_value.idPath" /> |
How to configure the new implementation?
solrSearchLimit
In the previous version, the appSetting "solrSearchLimit" configuration was misspelled as "sorlSearchLimit".
...
Additional documentation about this configuration can be found in the Configuration Guide.
Menu
In the new menu implementation, new style variable have been added in order to offer the possibility of customizing the menu more granularity than in the previous versions. This changes can also be found in the Styling Guide.
DOs
- Modify the appSetting in the web.config from "sorlSearchLimit" to "solrSearchLimit".
DON'Ts
Tips & Tricks
When encountering a high CP Pokemon, start by giving it 1 raspberry before toughing Pokeball at it.
What has been released?
Jira Legacy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
What is in the next release?
...