Skip to content
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

More update and cleanup for vector layer actions #7960

Merged
merged 4 commits into from Mar 3, 2023

Conversation

DelazJ
Copy link
Collaborator

@DelazJ DelazJ commented Jan 16, 2023

Add "submit url ..." action types (refs qgis/QGIS#46384)
Add "form" scope (fixes #7624)
Use macOS instead of Mac, MacOS or Mac OS X (partly refs qgis/QGIS#51484)
and various formatting cleanup

@DelazJ DelazJ added Vector Properties backport release_3.28 On merge create a backported pull request labels Jan 16, 2023
Comment on lines +2790 to +2802
* :guilabel:`Open URL`: Uses a HTTP GET request to open a provided URL.
* :guilabel:`Submit URL (urlencoded or JSON)`:
Same as the :guilabel:`Open URL` action but using a HTTP POST request.
Data are posted to a URL, using "application/x-www-form-urlencoded"
or "application/json" if the body is a valid JSON.

An example of action call could be::

http://localhost:8000?/[% url_encode(map('file', 'index.php')) %]

* :guilabel:`Submit URL (multipart)`: Same as the :guilabel:`Open URL` action
but using a HTTP POST request.
Data are posted to a URL, using "multipart/form-data".
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elpaso may I have your feedback on this, please? I tried to take substance from code repo and changelog. Not sure if it is correct and mainly clear enough for end users. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose form to d&d attribute form action buttons (Request in QGIS)
1 participant