Macro within a macro stopped working after upgrade to V.7.5.4
Hi,
I am facing an issue with macros, after upgrade to more recent versions. Your inputs here are highly appreciated.
I have a macro 'insertAccordion' which inherits from PartialViewMacroPage
and is used in RTE. This macro renders a macro 'GenerateDocumentLink' within it. This macro also inherits from PartialViewMacroPage
This was working fine for version 7.1.4. after upgrading to version 7.5.4 it stopped working.
when i open the parent page using macro 'insertAccordion' in C MS it fails with error as shown below -
Cannot render a macro when there is no current PublishedContentRequest.
Macro within a macro stopped working after upgrade to V.7.5.4
Hi,
I am facing an issue with macros, after upgrade to more recent versions. Your inputs here are highly appreciated.
I have a macro 'insertAccordion' which inherits from PartialViewMacroPage and is used in RTE. This macro renders a macro 'GenerateDocumentLink' within it. This macro also inherits from PartialViewMacroPage This was working fine for version 7.1.4. after upgrading to version 7.5.4 it stopped working. when i open the parent page using macro 'insertAccordion' in C MS it fails with error as shown below - Cannot render a macro when there is no current PublishedContentRequest.
Has anyone faced similar issue ?
Thanks Rasshme
Hi Rasshme
Are you trying to execute request via AJAX?
Hi Alex,
No, its not an AJAX request. The page uses macros which are MVC partials views
I am getting this error after upgrading to higher version, 'Cannot render a macro when there is no current PublishedContentRequest.'
this macro is a data type macrocontainer?
is working on a reply...