Closed (fixed)
Project:
Panopoly
Version:
7.x-1.70
Component:
Widgets
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2019 at 17:43 UTC
Updated:
28 May 2020 at 19:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
chrisgross commentedComment #3
elly commentedThank you so much for posting this. I ran into this same issue, which is still happening in Panopoly 1.71. I got a 404 when adding fields to fieldable panels pane bundles, and when creating new pane bundles after adding fields to other pane bundles, the fpp bundle would be created with all the same fields as were already on the other panes. Pretty strange. I was able to fix it and use the FPP field UI again by applying a patch which reverts the changes in https://www.drupal.org/project/panopoly/issues/3039431. I'm attaching it here in case it's of any use to others.
Comment #4
delacosta456 commentedhi
@elly i was facing the same issue and you patch worked for me.... and field restored it looks likes the error occur when the locked field "Title" is no more present.
thanks
Comment #5
dsnopekI've tested the patch, and it does fix the problem for me as well. However, this feels the wrong fix... The paths currently in code (from #3039431: Taking "Manage Fields" paths of content type like "admin/structure/types/manage/article/fields" redirects to wrong non-existing path) are the correct ones for the latest version of FPP, so we should use them.
I think the patch from that issue was just missing a change to the 'bundle argument' from 4 to 3 now that the path has fewer parts. Here's a patch that makes that change, which is working for me!
Comment #6
delacosta456 commentedhi thanks @dsnopek
Patch looks to be ok for me no issue when/after applying.
For anyone reading if you're version of Panopoly is not the latest version including recent commit, or you are having chunks when using the patch added by @dsnpek in #5 please try first applying the patch here(link mention @at #5) and then apply the patch in this issue
Thanks
Comment #8
dsnopekCommitting this! Thanks, Everyone :-)