#65077 closed defect (bug) (duplicate)
Fix incorrect Settings URL for AI plugin in Connectors banner
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | trunk |
| Component: | AI | Keywords: | has-patch |
| Focuses: | administration | Cc: |
Description
The Connectors settings page contains a call-to-action (CTA) banner to install/manage the AI plugin. After the plugin is successfully installed, the button link directs users to an incorrect URL, resulting in a "Sorry, you are not allowed to access this page" error.
Steps to Reproduce:
- Log in to the WordPress Admin.
- Navigate to Settings > Connectors.
- In the banner, click the button to Install the AI plugin.
- Once installed, observe the button text updates to: "Control features in the AI plugin".
- Click this button.
Actual Results:
- The button links to:
wp-admin/options-general.php?page=ai - The user is met with a "Sorry, you are not allowed to access this page" error because that slug does not exist.
Expected Results:
- The button should link to the correct AI plugin settings page:
wp-admin/options-general.php?page=ai-wp-admin
Change History (7)
This ticket was mentioned in Slack in #core-ai by mukeshpanchal27. View the logs.
12 hours ago
#2
@
12 hours ago
- Keywords needs-patch removed
- Milestone 7.0 deleted
- Resolution set to duplicate
- Status changed from new to closed
This ticket was mentioned in PR #11576 on WordPress/wordpress-develop by @nimeshatxecurify.
12 hours ago
#3
- Keywords has-patch added
Ensures the correct slug (ai-wp-admin) is used for the AI plugin's administration page link.
Trac ticket: https://core.trac.wordpress.org/ticket/65077
@audrasjb commented on PR #11576:
12 hours ago
#4
This PR don't have any changeset @nimesh-xecurify :)
@nimeshatxecurify commented on PR #11576:
11 hours ago
#5
@audrasjb The wordpress-develop-pr-bot updated the build, which contained the changes. I guess I will need to somehow reference the new build from https://github.com/WordPress/gutenberg/pull/77336
@audrasjb commented on PR #11576:
11 hours ago
#6
I still don't see any changeset in WordPress Core file ;)
@JeffPaul commented on PR #11576:
3 hours ago
#7
A fix for this was already backported and will make it into 7.0 with the next sync: https://github.com/WordPress/gutenberg/pull/77336#issuecomment-4245449831
Duplicate of #65073.