-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal components refactor [g3w-client #574] #787
Conversation
'type': ({ | ||
'autocompletebox': 'autocompletefield', | ||
'selectbox': 'selectfield' | ||
}).get(field.get('widgettype'), field['input'].get('type')), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wlorenzetti the numberfield
type should also be returned in here (currently not implement in v3.7 response):
OK: "Volume greater than" appears as number field
KO: "Volume greater than" appears as text field
Sample config: "Type and volume"
…2abbc82c43e64758b663f50d8eee
…029e1d28cbb06323f425a1394061
…c37fa834d1e591541694e4304ed7
@leolami g3w-suite/g3w-client@f99134b takes care of empty query result for: BeforeAfterUnsearchable layer(s)I think some check is missing on the server side. From what I see, some other layers shouldn't be searchable either (unless relationships could break that option?): |
@wlorenzetti still waiting for your review → merge 😉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I seems works fine, I just make some tests.
List of changes
G3WObject
,Panel
andComponent
classes g3w-client#574WidgetSerializer
and/api/config/<gid>/qdjango/<pid>
)G3W_CLIENT_SEARCH_ENDPOINT = 'ows'
(until removal, the new default is:'api'
)