Can you make the following improvement ?

There are two items in the Action select list. The first one is good. The second one can use some clarification.

  • Hide field
  • Disable field -> Show disabled field

Disable field can mean many different things.

From: plugins/behavior/EntityReferencePrepopulateInstanceBehavior.class.php: 'disable' => t('Disable field'),
To: plugins/behavior/EntityReferencePrepopulateInstanceBehavior.class.php: 'disable' => t('Show disabled field'),

CommentFileSizeAuthor
#2 label_clarification.patch1.06 KBdrudrew

Comments

amitaibu’s picture

How about writing a patch?

drudrew’s picture

StatusFileSize
new1.06 KB

Sure. Here is the patch.