I tried today on two installs of HEAD to delete a subfield from a framework and nothing happened. I didn't get any error messages and I didn't see it get deleted.
This is still an issue and it's critical that we be able to edit our frameworks - I think it's just a TT issue.
Created attachment 4229 [details] [review] Proposed patch
(In reply to comment #2) > Created attachment 4229 [details] [review] > Proposed patch May I suggest another patch ? This bug depends on bug 5240 which wasn't fully committed (script modification was but not template modification). I recreated a patch with missing part from bug 5240 (updated to TT). The difference with Frédéric's patch is that delete link is not in perl script but directly in template (like edit link). Also : The framework code is always empty in edit and delete links. There is a bug in TT with "frameworkcode" parameter, it is not in loop so the call must be : [% frameworkcode %] instead of [% loo.frameworkcode %] Regards,
Created attachment 4230 [details] [review] Proposed patch (link into TT)
Thanks for catching the unpushed edits from bug 5240 Fridolyn. I have tested and signed off on your patch (attachment 4230 [details] [review]).
> I recreated a patch with missing part from bug 5240 (updated to TT). > The difference with Frédéric's patch is that delete link is not in > perl script but directly in template (like edit link). +1 Thanks.
Created attachment 4233 [details] [review] Signed-off patch with Fridolyn fix
Tested, confirmed, marking as Passed QA.
Pushed, please test
It's possible to delete subfields from frameworks now. Patch is in master and 3.4.x.
*** Bug 6327 has been marked as a duplicate of this bug. ***