The route to the settings page is specified as:

elementor.settings:
  path: '/admin/config/services/elementor/settings'

The menu link paired with this route is:

elementor.settings:
  title: 'Elementor'
  description: 'Configure the Elementor Editor.'
  parent: system.admin_config_content
  route_name: elementor.settings

This creates a small inconsistency between route & menu link. Either use content as third URI segment in the route with current menu link or change the menu link with a parent property to system.admin_config_services.

Comments

Baik Ho created an issue. See original summary.

baikho’s picture

Status: Active » Needs review
StatusFileSize
new393 bytes

See added patch fixing URI segment to content.

baikho’s picture

Issue summary: View changes
akash.addweb’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new82.27 KB
new84.05 KB

@Baik Ho, I checked your patch using simplytest.me & it is working as expected above requirement. It changes the redirection URL admin/config/services/elementor/settings "to" admin/config/content/elementor/settings. PFA

gaurav.kapoor’s picture

Thanks for working on this.

  • gaurav.kapoor committed d97fa8f on 8.x-1.x authored by baikho
    Issue #3000063 by baikho, akash.addweb, gaurav.kapoor: Fix settings page...
gaurav.kapoor’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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