No abstract method to create a "My Videos" or "My Group Videos" list #1879
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#1879
Loading…
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?
These can be created via advanced find, but "My Group Videos" is "statically smart", i.e. groups don't update, and there is no way to define these groups as defaults in the site config.
What could work is:
What about "My Annotations"?
Most straightforward solution:
"user": "{username}" as syntax in config (to define a default smart list of own items)
"group=$my" magic group name as URL and query for "any item in any group that I am in"
{user} gets expanded from personalLists conditions now ([]changeset:pandora,4272)
"My Annotations" is still open.
Also see #2241