boomerang-io / community

The Boomerang community, roadmap, planning, and architecture repository. The central place for information on joining, contributing, and governance.
https://useboomerang.io
Apache License 2.0
11 stars 0 forks source link

All workflow password-type parameters will be set to null in database after creating/updating a parameter. #369

Open shenqinb-star opened 1 year ago

shenqinb-star commented 1 year ago

Describe the bug

All workflow password-type parameters will be set to null in database after creating/updating a parameter.

What project does this issue relate to?

Boomerang Flow

To Reproduce

Step 1: Open workflow parameters page. Step 2: Create a password-type parameter with default value. Step 3: Create another parameter (no matter password-type or non password-type) Step 4: Check the database, the first password-type parameter is set to null in database which is not expected.

Environment

Environment: This defect is found in both Core Flow and CICD flow

Tag: flow-service-workflow:3.4.76

Additional Contenxt

No response

tlawrie commented 1 year ago

Hi @shenqinb-star has this been resolved through https://github.com/boomerang-io/flow.service.workflow/pull/246 and https://github.com/boomerang-io/flow.service.workflow/pull/245