Using the 5.0.5 Pro update today, related content cannot be removed once added. Hit the “Minus” to remove and nothing happens. I’m not even getting any console errors or notices.
I’m having the same issue that joelgoodman is having.
Any thoughts on a hotfix?
Solution:
In advanced-custom-fields-pro/fields/relationship.php, line #674,
Change:
<a href="#" class="acf-icon small dark"><i class="acf-sprite-remove"></i></a>
To:
<a href="#" class="acf-icon small dark" data-name="remove_item"><i class="acf-sprite-remove"></i></a>
Worked like a charm! Thanks dotKEv!
Yes, it works. Thanks dotKev.
So, we are waiting for an update, right?
Did anyone submit a pull request or issue on the Git repo? Not even sure that’s how Elliot’s handling these things anymore.
Yep. It was pulled into master a couple of days ago. I don’t know Elliot’s timetable for pushing the changes into a new public version.
If you have access, you can view the pull request https://github.com/AdvancedCustomFields/acf-pro/pull/422.
(link isn’t showing up? Adding address without tags)
Hi guys
Sorry about this bug. Fixed in v5.0.6