From 6c570d935a470be7b7b93177be05e850e2e9c95a Mon Sep 17 00:00:00 2001
From: Adam White <adam@upperrapids.ca>
Date: Thu, 6 Aug 2015 13:53:36 -0400
Subject: [PATCH] 2503081-9

---
 auto_entitylabel.module | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/auto_entitylabel.module b/auto_entitylabel.module
index a5216cd..97c1b10 100644
--- a/auto_entitylabel.module
+++ b/auto_entitylabel.module
@@ -218,7 +218,8 @@ function auto_entitylabel_is_needed($entity, $entity_type, $reset = FALSE) {
     // Is the label empty?
     $empty_label = (empty($entity->{$settings['title']})
       // AUTO_ENTITYLABEL_PLACEHOLDER needs to be treated as empty as well.
-      || $entity->{$settings['title']} == AUTO_ENTITYLABEL_PLACEHOLDER);
+      || $entity->{$settings['title']} == AUTO_ENTITYLABEL_PLACEHOLDER
+      || empty($entity->auto_entitylabel_applied));
 
     // Is the auto label optional?
     $label_optional = ($setting == AUTO_ENTITYLABEL_OPTIONAL);
-- 
2.3.2 (Apple Git-55)

