I've upgraded an Umbraco 7.2 project to 7.5. There are a few custom sections which no longer work. I see the custom sections use directives like <umb-panel> and <umb-header tabs="content.tabs">. In the Umbraco 7.2 version these directives are also used in default Umbraco views. In 7.5 those directives are gone and replaced.
Do I also need to replace all my directives or is there something easy I can just include which fixes this? I know they are obsolete, but for now a quickfix is fine until the next upgrade.
Umbraco directives stopped working after upgrade
Hello,
I've upgraded an Umbraco 7.2 project to 7.5. There are a few custom sections which no longer work. I see the custom sections use directives like
<umb-panel>
and<umb-header tabs="content.tabs">
. In the Umbraco 7.2 version these directives are also used in default Umbraco views. In 7.5 those directives are gone and replaced.Do I also need to replace all my directives or is there something easy I can just include which fixes this? I know they are obsolete, but for now a quickfix is fine until the next upgrade.
Jeroen
I replaced these directives with some divs and classes. Seems to be working :-).
Jeroen
is working on a reply...