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
for each document inside the group, a unique fragment, called YYY, with a DocumentLink.
If in this group, I have at least one DocumentLink which is broken, the fragment XXX returns None, and not Some(Group(List(...))). Is this the expected behaviour ?
Tested on scala 2.11, prismic-kit 2.4.2
Thank you !
Ronan
The text was updated successfully, but these errors were encountered:
rguilbault
changed the title
List of DocumentLink with at least one broken link return None instead of Some(List(...))
List of DocumentLink with at least one broken link return None
Jun 25, 2018
rguilbault
changed the title
List of DocumentLink with at least one broken link return None
List of DocumentLink with at least one broken link returns None
Jun 25, 2018
Hi,
In a document, I have the following structure :
XXX
of typeGroup
YYY
, with aDocumentLink
.If in this group, I have at least one DocumentLink which is broken, the fragment
XXX
returnsNone
, and notSome(Group(List(...)))
. Is this the expected behaviour ?Tested on scala 2.11, prismic-kit 2.4.2
Thank you !
Ronan
The text was updated successfully, but these errors were encountered: