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
We're still maintaining a few cover installations and one of the webmasters asked us this week why he cannot select a cover as a target in for example the content chooser.
Covers are not selectable as linkable items in the cover control panel and the vocabulary feeding the control panel field explicitly fiters out the cover CT:
items = [i for i in items if i.token != 'collective.cover.content']
But why can't a cover link to another cover? Is something recursive being triggered? Or is it only there to also avoid linking to the same cover? The line seems to be there since the first import to github almost 10 years ago.
The text was updated successfully, but these errors were encountered:
We're still maintaining a few cover installations and one of the webmasters asked us this week why he cannot select a cover as a target in for example the content chooser.
Covers are not selectable as linkable items in the cover control panel and the vocabulary feeding the control panel field explicitly fiters out the cover CT:
items = [i for i in items if i.token != 'collective.cover.content']
(at
collective.cover/src/collective/cover/vocabularies.py
Line 100 in efb4d03
But why can't a cover link to another cover? Is something recursive being triggered? Or is it only there to also avoid linking to the same cover? The line seems to be there since the first import to github almost 10 years ago.
The text was updated successfully, but these errors were encountered: