Bug P2
Status Update
Comments
ro...@ldc.com <ro...@ldc.com> #2
The flow of the wizard is really meant for the key to be used for signing. In fact, if you want to just create a key for code transparency you have to start a flow (signing an APK/Bundle) and then back out of it/cancel after you created the key.
To properly support this, we should also allow you to start a wizard that is just creating a key, and nothing else.
Description
Steps to Reproduce
Current Behavior
The property
system:index
is correctly set when calling the function directly, but it's not set when using the function as a mapping function.Expected Behavior
The property
system:index
should be set correctly in both cases.