Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WCM-614: Support manually creating video objects #985

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

wosc
Copy link
Member

@wosc wosc commented Jan 20, 2025

Checklist

  • Documentation: ZeitOnline/vivi-deployment@50861de, ZeitOnline/content-storage-api@458407c
  • Changelog
  • Tests
  • Translations
  • DB-Migration für type=livestream-->kind Umbenennung
-- nur vivi-internal, das 1 Objekt ist nichtmal veröffentlicht
select id, concat(parent_path, '/', name) from properties where type='video' and unsorted @@ 'exists($.video.type)';
update properties set unsorted=jsonb_set(unsorted, '{video,kind}', '"livestream"') where id='f6c9d256-f4ee-42fc-a39e-9674d744f9e5';
  • DB-Migration für neue Spalte: Checkliste steht in WCM-614

@wosc wosc requested a review from stollero January 20, 2025 10:55
@wosc wosc force-pushed the WCM-614-manual-video branch from 440cf2a to d92508f Compare January 20, 2025 11:55
Copy link
Contributor

@stollero stollero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lieben Dank Wolfgang. Ich glaube die größte Schwierigkeit ist die Unübersichtlichkeit der Form. So viele Felder, aber für Sonja ist das erst einmal Ok, da wir noch nicht wissen wo wir überhaupt mit diesem Objekt hin möchten. Daher auf auf ⭐ ⭐

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants