In #2695499: Improve UX when working with FPP revisions, the string "(reusable)" was added to the admin title of panes that are reusable, but since the reusable checkbox was removed from the form, there is now no indication in the modal dialog that you are editing a reusable FPP!

I propose that we add the "(reusable)" text to the modal dialog title as well.

Additionally, it might make sense to put a warning on the form similar to the one that's shown when you make an FPP reusable in the first place?

Here's some screenshots of the current situation:

I have a patch to make the admin title and title used in the modal match - I'll upload in a moment...

Comments

dsnopek created an issue. See original summary.

dsnopek’s picture

Status: Active » Needs review
StatusFileSize
new2.19 KB

Here's a patch that makes the modal title and the admin title the same. It also gets rid of 'No title' and falls back on the entity_label() to preserve the fix from #2562717: Reusable FPPs without optional admin_title show nothing in 'Add content' dialog (and provide an alternate fix to #2541184: Admin title field for FPP panes (UX issue)).

I think I'm going to improve this a little more, though, to get the warning on the edit form as well.

dsnopek’s picture

Nevermind about the additions I was going to make to this patch. The changes in #2541184: Admin title field for FPP panes (UX issue) accomplish what I wanted to accomplish!

  • DamienMcKenna committed 7026f89 on 7.x-1.x authored by dsnopek
    Issue #2717609 by dsnopek: Use the standard entity_label() function to...
damienmckenna’s picture

Committed. Thanks.

damienmckenna’s picture

damienmckenna’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.