mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-01 19:48:14 +08:00
[Plugin] [Redis] Fixed mget,hget value is displayed as null close #219
This commit is contained in:
parent
4c7c84e6b4
commit
7398623a7e
@ -8,4 +8,7 @@
|
||||
<Match>
|
||||
<Package name="io.edurt.datacap.plugin.natived.zookeeper.sql" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Package name="io.edurt.datacap.sql.parser" />
|
||||
</Match>
|
||||
</FindBugsFilter>
|
||||
|
@ -9,6 +9,8 @@ const createDefaultOptions = (i18n: any) => {
|
||||
rowDragManaged: true,
|
||||
animateRows: true,
|
||||
allowContextMenuWithControlKey: true,
|
||||
// Fixed issues: https://github.com/EdurtIO/datacap/issues/219
|
||||
suppressFieldDotNotation: true,
|
||||
localeText: {
|
||||
page: i18n.t('grid.page'),
|
||||
more: i18n.t('grid.more'),
|
||||
|
Loading…
Reference in New Issue
Block a user