Comments

mahipal46 created an issue. See original summary.

mahipal46’s picture

Assigned: Unassigned » mahipal46

I am Working on this.

mahipal46’s picture

StatusFileSize
new10.81 KB

Applying the patch,please check

mahipal46’s picture

Assigned: mahipal46 » Unassigned
Status: Active » Needs review
AlexKirienko’s picture

StatusFileSize
new12.86 KB

Hello, 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.

AlexKirienko’s picture

StatusFileSize
new9.94 KB

Patch without _parent_ fields

AlexKirienko’s picture

StatusFileSize
new15.25 KB

Initial views support for widget_field_revision

avpaderno’s picture

Version: 8.x-1.2 » 8.x-1.x-dev
AlexKirienko’s picture

StatusFileSize
new23.07 KB

Proper patch with revision support.

AlexKirienko’s picture

StatusFileSize
new25.11 KB

ContentModeration support in WidgetContentModerationHandler.php

AlexKirienko’s picture

StatusFileSize
new25.48 KB

Fix empty revision information for existing widgets

avpaderno’s picture

Title: Module Doesn't support revision. » Module doesn't support revision

Third-party modules should not extend handlers implemented from Drupal core. They are considered internal, and they will be marked as final in future Drupal core versions. That is described in Drupal 8 and 9 backwards compatibility and internal API policy (backend).

Particular entity handlers should not be considered part of the public API. The interfaces which define those entity handlers though are part of the supported API.

Drupal\content_moderation\Entity\Handler\ModerationHandler is an entity handler class.

AlexKirienko’s picture

StatusFileSize
new28.77 KB

Thank you for feedback, kiamlaluno
Fixed.

AlexKirienko’s picture

StatusFileSize
new63.58 KB

Add /revisions tab. Add functional to revert and delete revisions.

AlexKirienko’s picture

StatusFileSize
new63.82 KB

Fixed patch:
- created should be revisionable
- type should not be revisionable
- status index

AlexKirienko’s picture

StatusFileSize
new63.88 KB

Fixed patch:
- error in a translated version

itsekhmistro’s picture

Status: Needs review » Reviewed & tested by the community

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 16: 3071378-16.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

AlexKirienko’s picture

StatusFileSize
new67.81 KB

Fixes for failed tests.

tido’s picture

Hi,

Would it be possible to make a reroll of the last patch for Drupal 8.9.x?

la vague illuminee’s picture

StatusFileSize
new67.99 KB

Here's my attempt of porting the patch for 8.x-1.4.
Works on Drupal 9.5

Hope that helps somebody.

la vague illuminee’s picture

StatusFileSize
new69.2 KB

Patch edit : add 'isModeratedEntity()' function in moderation handler