Skip to content

[MOO-2069] Signature widget direct image implementation with allowUpload property#499

Open
saurabhchavan1711 wants to merge 16 commits intomainfrom
moo/MOO-2069-Add-Direct-Image-option-to-signature-widget-with-allowUpload-property
Open

[MOO-2069] Signature widget direct image implementation with allowUpload property#499
saurabhchavan1711 wants to merge 16 commits intomainfrom
moo/MOO-2069-Add-Direct-Image-option-to-signature-widget-with-allowUpload-property

Conversation

@saurabhchavan1711
Copy link
Copy Markdown
Contributor

@saurabhchavan1711 saurabhchavan1711 commented Apr 23, 2026

Checklist

  • Contains unit tests ✅
  • Contains breaking changes ✅
  • Compatible with: MX 11
  • Did you update version and changelog? ✅
  • PR title properly formatted ([XX-000]: description)? ✅
  • Works in Android X (not working due to react native issue)
  • Works in iOS ✅
  • Works in Tablet ✅

Feature specific

  • Comply with designs ✅
  • Comply with PM's requirements ✅

This PR contains

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Other (describe)

What is the purpose of this PR?

The PR introduces a new option in the signature widget of saving signature directly as a image . In the existing flow , signature's base64 string needs to be store in attribute of entity . Then end user has to create a nanoflow , use base64decodetoimage jsaction to convert this base64 to blob and then upload signature which is a overhead and is error prone . With this new option everything is taken care under the hood and user don't really need to store value to attribute then user base64decodetoimage jsaction. With this change the signature widget feels more a like end to end .

Added migration document and its related images as per suggestion of Docs team

What should be covered while testing?

Test the migration of basic 10.24 signature mendix project to the latest studio pro once this MR - https://gitlab.rnd.mendix.com/appdev/appdev/-/merge_requests/36672 is merged or studio pro built from it and with this latest signature widget.
While testing it is expected that signature will not work in Android due to known issue in react native. You can test in IOS.

@saurabhchavan1711 saurabhchavan1711 requested a review from a team as a code owner April 23, 2026 16:00
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.

2 participants