propagate error for taxonomy handler.

This commit is contained in:
2016-11-30 15:40:12 +01:00
parent 5e98d82934
commit 84e0ddf50c
2 changed files with 4 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ feature -- Access node
a_term_exists: a_term.has_id
do
Result := taxonomy_storage.entities_associated_with_term (a_term)
error_handler.append (taxonomy_storage.error_handler)
end
feature -- Write