Summary

Add a "Validate" quick action to the node entity operations dropdown in content administration views. This provides content editors with one-click access to run validation workflows on individual content items directly from the content listing page.

Business Value

  • Streamlines content review workflow by eliminating navigation steps
  • Enables rapid content quality checks from familiar admin interfaces
  • Integrates AI-powered validation into existing content management workflows
  • Provides discoverable entry point for FlowDrop functionality

Features Implemented

  • Validate Operation: New dropdown action on node listings
  • Permission-Based Visibility: Only shown to users with appropriate permissions
  • Direct Workflow Launch: Opens fullscreen playground with node context pre-loaded
  • Workflow Integration: Configured to use content_validation_fixer workflow

Technical Implementation

  • Implementation via hook_entity_operation() for node entities
  • Permission check: create flowdrop_playground_session
  • URL generation using flowdrop_node_session.playground.entity route
  • Query parameters automatically populated with node's entity_type, entity_id, and bundle

User Experience

  1. Navigate to Content administration (/admin/content)
  2. Find content item to validate
  3. Click dropdown arrow in Operations column
  4. Select "Validate" option
  5. Fullscreen playground opens with node context ready

Comments

joevagyok created an issue. See original summary.

d34dman’s picture

Version: » 1.x-dev
Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.