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

[bug]: Manage Process Variables plug-in - Null number values #692

Open
LouisMoreaux opened this issue Nov 27, 2023 · 0 comments
Open

[bug]: Manage Process Variables plug-in - Null number values #692

LouisMoreaux opened this issue Nov 27, 2023 · 0 comments
Assignees
Labels
bug Something isn't working process-plugin

Comments

@LouisMoreaux
Copy link
Collaborator

Flows for APEX version

23.1 (latest)

Oracle Database version

19c

Oracle APEX version

20.2

Have you used the BPMN-Linter in Flow Designer to Validate your Diagram?

Yes

What happened?

When using the JSON option with substitution syntax for a page item of type number, then you got this error message

image

Steps to reproduce

Use the plug-in to set a number process variable type with a page item using a JSON syntax like this

[
        {
		"name": "my_num_var",
		"type": "number",
		"value": &PX_MY_ITEM.
	}
]

Let the item empty and submit the page

Using double quote around the substitution string leads to another error message

[
        {
		"name": "my_num_var",
		"type": "number",
		"value": "&PX_MY_ITEM."
	}
]

image

Expected behaviour

No error message and number consider as null

@LouisMoreaux LouisMoreaux added bug Something isn't working process-plugin labels Nov 27, 2023
@LouisMoreaux LouisMoreaux self-assigned this Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working process-plugin
Projects
None yet
Development

No branches or pull requests

1 participant