Skip to content

[MOO-2069] : Signature widget update for 11-12 - #607

Open
saurabhchavan1711 wants to merge 1 commit into
mx/11.12.xfrom
moo/MOO-2069-Add-Direct-Image-option-to-signature-widget-with-allowUpload-property-11-12-x
Open

[MOO-2069] : Signature widget update for 11-12#607
saurabhchavan1711 wants to merge 1 commit into
mx/11.12.xfrom
moo/MOO-2069-Add-Direct-Image-option-to-signature-widget-with-allowUpload-property-11-12-x

Conversation

@saurabhchavan1711

@saurabhchavan1711 saurabhchavan1711 commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

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 ✅
  • 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 and see if the migration doc is helping it out for resolving the errors while migrating.
  • Test the new freshly created project with this new signature functionality.
  • Test calling a nanoflow , microflow and save changes action for on sign end property and see if signature is getting stored correctly
  • Test for both online and All Objects synchronization mode of entity
  • Test different negative scenarios of assigning static images to Image property , Calling action other than call a nanoflow , microflow or save changes for on sign end property
  • Check if newly updated description is suitable and guides the user for Image property and on sign end action in Events tab

@saurabhchavan1711
saurabhchavan1711 requested a review from a team as a code owner August 27, 2026 07:48
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