AdvancedCustomFields / AdvancedCustomFields/acf
Cog linking to edit field group page missing
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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