MM 4.8.0

 

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:

  • The Menu does not collapse unless you reach the final node in the Menu
  • The content viewer will load the selected menu point only when you reach the final node, or press on the All button
  • There is a new All button that will load all the assets from that sub-menu.

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.

Sections to delete
<valueField id="imageRotation" itemGuid="668761DC-536E-41B3-BF05-CAA178D10100" />

GetAssetsById

Sections to delete
<valueField id="imageRotation" itemGuid="668761DC-536E-41B3-BF05-CAA178D10100" />

DigiZuite_System_GetBasketList

Sections to delete
<valueFields id="basketItems">
	<valueField id="basketItemCount" fieldName="basket_item.basket_itemid" aggregate="COUNT"/>
</valueFields> 

Digizuite_system_metadatav2_tree

Sections to delete
<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".

As of 4.8.0, this has been fixed. While the code is backwards compatible with the old name, it is recommneded that you change it to use the new one.

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?

key summary type created updated due assignee reporter priority status resolution
Loading...
Refresh

What is in the next release?

https://digizuite.atlassian.net/secure/RapidBoard.jspa?rapidView=23&view=detail&selectedIssue=MM-1839