v0.0.278 DYN-166 bugfix jsonfilter
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 52s
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 52s
This commit is contained in:
parent
7c40bcfd3c
commit
9cc0abf9e0
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.277"
|
const GoextVersion = "0.0.278"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2023-10-05T12:00:51+0200"
|
const GoextVersionTimestamp = "2023-10-05T12:54:07+0200"
|
||||||
|
@ -1326,7 +1326,7 @@ func typeFields(t reflect.Type) structFields {
|
|||||||
|
|
||||||
var jsonfilter []string
|
var jsonfilter []string
|
||||||
jsonfilterTag := sf.Tag.Get("jsonfilter")
|
jsonfilterTag := sf.Tag.Get("jsonfilter")
|
||||||
if isValidTag(jsonfilterTag) {
|
if jsonfilterTag != "" && jsonfilterTag != "-" {
|
||||||
jsonfilter = strings.Split(jsonfilterTag, ",")
|
jsonfilter = strings.Split(jsonfilterTag, ",")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user