Fixed log
This commit is contained in:
parent
7ea6719534
commit
1b0a93d91c
|
@ -3,6 +3,7 @@
|
|||
## [v1.0.4] - 2023-03-06
|
||||
- Fixed the import from joda-time to java.time
|
||||
- [#24702] Fixed the default-lc-managers dependency
|
||||
- Fixed log
|
||||
|
||||
## [v1.0.3] - 2023-01-24
|
||||
- Fixes [#24476](https://support.d4science.org/issues/24476)
|
||||
|
|
|
@ -236,7 +236,7 @@ public class SDIIndexerPlugin extends SDIAbstractPlugin implements IndexerPlugin
|
|||
if(requestArguments.containsKey("_toDisplayIds")){
|
||||
List<String> ids = Serialization.convert(requestArguments.get("_toDisplayIds"),List.class);
|
||||
|
||||
log.info("Requested to hide centroids {} ",ids);
|
||||
log.info("Requested to display centroids {} ",ids);
|
||||
indexer.updateIsVisible(true,ids);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue