mirror of
https://github.com/wekan/wekan.git
synced 2026-02-16 21:18:06 +01:00
Development
* Generate error when a comment text is not found * Save errors to SessionData as objects * Move all search code to globalSearch publication * Add more translation tags
This commit is contained in:
parent
211d27352a
commit
158a0807d9
8 changed files with 452 additions and 409 deletions
|
|
@ -28,7 +28,7 @@ template(name="globalSearch")
|
|||
.global-search-results-list-wrapper
|
||||
if hasQueryErrors.get
|
||||
div
|
||||
each msg in queryErrors
|
||||
each msg in errorMessages
|
||||
span.global-search-error-messages
|
||||
= msg
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue