mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-11 03:54:21 +01:00
- TWIG: Change calls to object methods from simple notation (eg. oObject.Id) to complete notation (eg. oObject.GetId()) to avoid confusion with use of arrays and variables (eg. aObject.sId) - UIBlock: $sId should not be first parameter as most of the time it can be ignored and generated by the system - NewsroomMenu: Rename method for something more less ambiguous - Html: Embed content in <div /> so we can easily find all such HTML fragments in the UI
1 line
56 B
Twig
1 line
56 B
Twig
<div class="ibo-html">{{ oUIBlock.GetHtml()|raw }}</div> |