-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
[Feature] Add text widget to the edition form #4635
Conversation
Hi @mind84 , I would like merge your feature. Can you rebase your branch and fix the conflct ? Thanks |
f4842d3
to
6e6fb66
Compare
Hi @rldhont, e2e fails but seems not related to this new feature |
Hi @mind84, the e2e failed is not related to your code but I will check the tests and try to fix it before merging. |
@rldhont ok thanks, let me know if I can help |
13baab5
to
8906205
Compare
@mind84 can you perform a rebase and we will merge. |
8906205
to
f8e703e
Compare
I did using the button on GH |
f8e703e
to
cd0d15e
Compare
Yep, me too Didi it, thanks |
@mind84 it seems your test failed
|
Yep, just checking |
cd0d15e
to
0284e6c
Compare
I see that also n_to_m_relations.spec fails. I cannot reproduce this error on my local env, are you aware of the reason? |
I think we can see the error as well in #4764 as well :( |
Might be linked to the PR from @nboisteault with #4752 |
ef91d7a
to
0033531
Compare
daa0c56
to
31e6c24
Compare
Did you try the test on your local @mind84 about the time manager ? |
@mind84 can you add in expect(URL.canParse(originalUrl), originalUrl+' is not an URL!').toBeTruthy(); |
@Gustry, @rldhont
something related to the @rldhont Thanks |
31e6c24
to
ad9a4eb
Compare
@mind84 you have to find the |
Thanks @mind84 to have adjust timemanage test spec! The
|
okay, there is no
but the echoproxy file remains empty. Maybe could be something related to jApp::config()->logger. Here's the dump of this property: array (
'_all' => '',
'default' => 'file',
'error' => 'file',
'warning' => 'file',
'notice' => 'file',
'deprecated' => '',
'strict' => 'file',
'debug' => '',
'sql' => '',
'soap' => '',
'metric' => 'syslog',
'auth' => '',
'lizmapadmin' => 'file',
) there is no ECHO_OGC_ORIGINAL_REQUEST=on Advice on that? Thanks! |
nevermind, cache issue. Sorry for the noise. |
@mind84 checks your [logger]
default = file
error = file
warning = file
notice = file
deprecated = file
auth = file
echoproxy = file
[fileLogger]
echoproxy = echoproxy.log |
@mind84 you can rebase. You will have a conflict with |
ad9a4eb
to
e833cce
Compare
@mind84 can you remove the commit |
yes sorry for the delay |
e833cce
to
65419e4
Compare
65419e4
to
5897e39
Compare
@mind84 We plan to introduce new feature in the 3.9 branch only.
|
Since version 3.30, QGIS has introduced a Text Widget feature available in layer form configuration using the "Drag and Drop" form designer.
Lizmap
already supports this feature onPopup
(seelizmap-plugin
release 3.17.1 andqgis-lizmap-server-plugin
release 2.8.1)With this PR I would introduce Text Widget support also on the edition form.
NOTES:
Text Widget
expression is not evaluated "live" if it depends on some other layer field, but only after the form is saved.Add geometry to feature response
option in the QGIS Server tab is checked.Funded by Faunalia