Render leBlender control inside grid in back-office- "Cannot render a macro when there is no current PublishedContentRequest"
I have created a new Grid Editor control with a single property which is content picker. The cshtml view for the editor simply renders the selected item's RTE property. Now, if there is a macro within the RTE content, then the whole control fails to render in the back-office with the following message:
"Cannot render a macro when there is no current PublishedContentRequest".
Not sure whether it is LeBlender issue or Umbraco core.
I suppose this is your fault. I had simillar problem some time ago. Are you sure, there is no 'GetGridHtml' in your partial? It probably makes recursion and thats why it cant be rendered.
Render leBlender control inside grid in back-office- "Cannot render a macro when there is no current PublishedContentRequest"
I have created a new Grid Editor control with a single property which is content picker. The cshtml view for the editor simply renders the selected item's RTE property. Now, if there is a macro within the RTE content, then the whole control fails to render in the back-office with the following message:
"Cannot render a macro when there is no current PublishedContentRequest".
Not sure whether it is LeBlender issue or Umbraco core.
I suppose this is your fault. I had simillar problem some time ago. Are you sure, there is no 'GetGridHtml' in your partial? It probably makes recursion and thats why it cant be rendered.
I have the same problem. Did you find any solution to this?
I am also having the same issue. Is there a fix\workaround for this?
is working on a reply...