Sorry this is a bit vague but the routing paths should follow some kind of configuration convention, haven't looked into details but either in structure/ or config/, look where core does it.

Comments

joelpittet created an issue. See original summary.

Graber’s picture

Status: Active » Postponed (maintainer needs more info)

To be honest, I have no idea, checked core system and node modules, but haven't found a clue.

views_bulk_operations.execute_batch is basically a system route, so the path is never visible to the user.
views_bulk_operations.execute_configurable on the other hand is visible to the user, there's a possibility that non-admin users will use it so /admin arg is rather out of question.

Changed paths to:
/vbo/execute/{view_id}/{display_id}
/vbo/configure/{view_id}/{display_id}

So there is some convention but more info welcome.

  • Graber committed 36bb80c on 8.x-1.x
    Issue #2884186 by joelpittet: changed route paths.
    
joelpittet’s picture

Status: Postponed (maintainer needs more info) » Active

Good point on /admin. Let's use /views-bulk-operations/ instead of /vbo/, so we can hopefully avoid (ever so slighly) collisions and consistent with module naming, does that work for you?

  • Graber committed 89b8b3f on 8.x-1.x
    Issue #2884186 by joelpittet: Updated route paths.
    
Graber’s picture

Assigned: graber-2 » Unassigned
Status: Active » Fixed

That's ok, thanks!

Status: Fixed » Closed (fixed)

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