You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
In Umbraco backoffice a node can be requested by its id and guid.
But it seems LeBlender preview of editors only works when requesting the node by id.
E.g.
/umbraco#/content/content/edit/1234
/umbraco#/content/content/edit/763898f5-a3ca-401d-b54b-172f21e77d2f
When requesting the node by id the preview works, but it fails for the guid version, where GetValue() throw exceptions.
The variable item (Lecoati.LeBlender.Extension.Models.LeBlenderPropertyModel) is populated with the properties (Lecoati.LeBlender.Extension.Models.LeBlenderPropertyModel).
I guess the issue is that LeBlender only lookup the node by its id and not handle the lookup from guid.
In Umbraco backoffice a node can be requested by its id and guid.
But it seems LeBlender preview of editors only works when requesting the node by id.
E.g.
/umbraco#/content/content/edit/1234
/umbraco#/content/content/edit/763898f5-a3ca-401d-b54b-172f21e77d2f
When requesting the node by id the preview works, but it fails for the guid version, where GetValue() throw exceptions.
The variable item (Lecoati.LeBlender.Extension.Models.LeBlenderPropertyModel) is populated with the properties (Lecoati.LeBlender.Extension.Models.LeBlenderPropertyModel).
I guess the issue is that LeBlender only lookup the node by its id and not handle the lookup from guid.
LeBlender/Src/Lecoati.LeBlender.Extension/LeBlenderHelper.cs
Line 44 in 4ba7832
The text was updated successfully, but these errors were encountered: