diff --git a/templates/components/InlineEditBook.html.twig b/templates/components/InlineEditBook.html.twig index 919b29fc..fe88c6c2 100644 --- a/templates/components/InlineEditBook.html.twig +++ b/templates/components/InlineEditBook.html.twig @@ -125,7 +125,7 @@ {% if not book.verified and suggestions[field] is defined and is_granted('EDIT', book) %} {% for key,suggestion in suggestions[field] %} - {% if suggestion != attribute(book, "get"~field) %} + {% if suggestion != attribute(book, "get"~field) and suggestion not in attribute(book, "get"~field) %}