- Added parameter `ignore_not_given_advice=False` to `CustomMeetingItem.showFinanceAdviceTemplate`, when `True`, this will hide the POD template when advice is `not_given` or `asked_again`. [gbastien]
4.2.6b7
--------------------
- Added `test_pm_Show_advice_on_final_wf_transition_when_item_in_advice_not_giveable_state` that will test that when item is set to a state in which advice is no more editable, `advice.advice_hide_during_redaction` is not set back to `True` if advice was not in it's workflow final state (when using advice custom workflow). [gbastien] - Adapted `test_Get_advice_given_by` to check that `get_advice_given_on` is the advice WF `signFinancialAdvice` transition date when using a custom WF. [gbastien]
4.2.6b6
--------------------
- Adapted code to use `imio.helpers.content.richtextval` instead `RichTextValue` when possible. [gbastien]
4.2.6b5
--------------------
- Added translations for the `add_advicecreated_state` WFA. [gbastien] - Every item related search (Collection) use `sort_on` `modified` instead `created`. [gbastien]
4.2.6b4
--------------------
- CSS, color in blue state `financial_advice_signed` in advice history. [gbastien] - Adapted code as `ToolPloneMeeting.getUserName` is replaced by `imio.helpers.content.get_user_fullname` and `ToolPloneMeeting.isPowerObserverForCfg` is moved to `utils.isPowerObserverForCfg`. [gbastien]
4.2.6b3
--------------------
- Added parameter `ignore_advice_hidden_during_redaction=False` to `CustomMeetingItem.showFinanceAdviceTemplate`, when `True`, this will hide the POD template when advice is hidden during redaction except if member is `MeetingManager` or in the advice `_advisers` group. [gbastien]