Needs work
Project:
Widget Engine
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2019 at 14:25 UTC
Updated:
5 May 2023 at 23:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mahipal46 commentedI am Working on this.
Comment #3
mahipal46 commentedApplying the patch,please check
Comment #4
mahipal46 commentedComment #5
AlexKirienko commentedHello, mahipal46
Thank you for contributing the patch. I have checked and basic functionality working. But I can see compatibility issues with the content_moderation module.
Please check fixes in the attached patch.
Comment #6
AlexKirienko commentedPatch without _parent_ fields
Comment #7
AlexKirienko commentedInitial views support for widget_field_revision
Comment #8
avpadernoComment #9
AlexKirienko commentedProper patch with revision support.
Comment #10
AlexKirienko commentedContentModeration support in WidgetContentModerationHandler.php
Comment #11
AlexKirienko commentedFix empty revision information for existing widgets
Comment #12
avpadernoThird-party modules should not extend handlers implemented from Drupal core. They are considered internal, and they will be marked as
finalin future Drupal core versions. That is described in Drupal 8 and 9 backwards compatibility and internal API policy (backend).Drupal\content_moderation\Entity\Handler\ModerationHandleris an entity handler class.Comment #13
AlexKirienko commentedThank you for feedback, kiamlaluno
Fixed.
Comment #14
AlexKirienko commentedAdd /revisions tab. Add functional to revert and delete revisions.
Comment #15
AlexKirienko commentedFixed patch:
- created should be revisionable
- type should not be revisionable
- status index
Comment #16
AlexKirienko commentedFixed patch:
- error in a translated version
Comment #17
itsekhmistro commentedComment #19
AlexKirienko commentedFixes for failed tests.
Comment #20
tidoHi,
Would it be possible to make a reroll of the last patch for Drupal 8.9.x?
Comment #21
la vague illuminee commentedHere's my attempt of porting the patch for 8.x-1.4.
Works on Drupal 9.5
Hope that helps somebody.
Comment #22
la vague illuminee commentedPatch edit : add 'isModeratedEntity()' function in moderation handler