AdvancedCustomFields / AdvancedCustomFields/acf

Cog linking to edit field group page missing

Open
#359 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
945
Forks
197
PR merge metrics
No merged PRs in 30d

Description

The cog which links to the field group edit page does not seem to show up. I tracked this down to an incorrect selector in acf-input.js.

More specifically acf.input:4030 should be

return this.$('> .postbox-header > .hndle');

rather than

return this.$('> .hndle');

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open acf-input.js and inspect acf.input at line 4030, where the cog link's field group header selector is defined. Verify the selector targets the field group edit page's postbox header and confirm that the cog appears there; no test file is mentioned in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.