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

@@ -137,6 +137,9 @@ feature -- HTTP Methods
s.append ("</ul>%N")
end
else
if taxonomy_api.error_handler.has_error then
l_page.add_error_message ({STRING_32} "Query error: " + taxonomy_api.error_handler.as_string_representation)
end
s.append ("No entity found.")
end
l_page.set_main_content (s)