Resources without path ID do not generate a valid tree #78
Labels
No labels
area/api
area/content_model
area/framework
area/infrastructure
area/io
area/presentation
area/preservation
area/rdf
area/security
area/submission
area/ui
s
blocked
s
done
s
progress
s
testing
s
wontfix
p
critical
p
high
p
low
p
normal
t
bug
t
documentation
t
enhancement
t
feature
t
test
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ktx/pocket_archive#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using the following LL:
The collection does not generate a tree because of
if not src_path or not sub.sip[rsrc_id].data.has_tree thengoto skipendhas_tree, however, gets processed as a normal attribute and assigned theTRUE(string) value, which results in an error when generating the static site.If a container doesn't have a path, and
has_treeis set, the submission process should raise an error.