Description The mobile client overview row does not keep open if you move to another view and back again to the project overview. The state of the row expansion does not get stored in the session storage. This is done by the ListRowUtils. The ListRowUtils has its own $onInit function which initializes the row's expansion state. However, this is getting overridden in the mobileClientRow's $onInit function. How Remove $onInit from the mobileClientRow in order to ensure it uses the $onInit function created by the ListRowUtils. |