-
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editor / Remove wrong ERROR log message on multilingual records (#8049)
* Editor / Remove wrong ERROR log message on multilingual records This type of errors were reported but are wrong on multilingual records: ``` 2024-05-16T10:45:08,952 ERROR [geonetwork.editor] - Element not found at ref = 554 2024-05-16T10:45:08,953 ERROR [geonetwork.editor] - Element not found at ref = 556 ``` Multilingual elements have reference like `_lang_EN_123` and are managed by `updatedLocalizedTextElement` method and the schema plugin. There is no need to search for them in the preprocess phase. * Update AjaxEditUtils.java
- Loading branch information
1 parent
09f7702
commit 0758a8e
Showing
1 changed file
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters