The effect is similar to #1126384: Set no title but title field still appears but f60caf9fc293ea didn't solve it.

1. Attach a link field to users on admin/config/people/accounts/fields.
2. Edit the instance settings
3. After editing, go back to the edit page. Instance settings are back to default.
4. Also the settings aren't applied (i.e. title field is visible).

CommentFileSizeAuthor
#2 link_title_in_predefined.diff788 bytesashrafen

Comments

toki’s picture

Issue summary: View changes

I have a similar error with Link module.
A link field has been created on user's profile.
The link title is set to "Predefined Title" and an extra module called Link Icon allows to associate an icon for each predefined title (and then display the icon instead of the predefined title).
Everything goes well the first time an user edits the link but when he edits the profile the predefined title goes back to default (i.e. nothing) and when he saves the profile, he gets an error message and has to choose a predefined title again.

ashrafen’s picture

StatusFileSize
new788 bytes

This patch would fix the bug reported by @Toki
I have seen that the link module doesn't recognise the new title type "Predefined Title" and that's why it can render the selected option.
You may use the patched file and see if that fixes the issue.