Moving forward, updates to this subflow will be found at the following repository: https://github.com/sstratoti/actionable-notifications-subflow-for-ios
-
-
Save sstratoti/8021c5a4ee8e34313c3f59ba20c4a83a to your computer and use it in GitHub Desktop.
@sstratoti
Thank you!
New repository is live!
@henriklund - would you like to be a contributor? Or could I take a peek at your changes to allow for +8 actions? It'll save me copy/paste time at least. :)
It is nothing fancy. Just repeat the properties for following until you reach action8Icon:
- action4Title
- action4ActivationMode
- action4AuthenticationRequired
- action4Destructive
- action4Behavior
- action4TextInputButtonTitle
- action4TextInputPlaceHolder
- action4Icon
In "Create service call" and "build message" change
[1,2,3,4]
to
[1,2,3,4,5,6,7,8]
You mean for the subflow module?
Yes, I built a subflow module last week, and I noticed the issue during my testings. After installing it on a different machine, it didn’t work as expected because the reference to the configuration node was not valid anymore. Unfortunately, there's currently no way to manage the link between nodes inside a subflow module and configuration nodes.
I reported this issue via Slack a few days ago, and there is a post about the same issue on the forum (link below).
https://discourse.nodered.org/t/packaging-a-subflow-as-a-module-missing-broker-configuration/55485
Hi - did the issue with configuration nodes ever get resolved, to your knowledge?
Cheers,
Andy
Hi - did the issue with configuration nodes ever get resolved, to your knowledge?
Some pull requests related to that were merged a couple of weeks ago. I haven't had the time to test if that fixed the issue.
Have you tried the code in
https://github.com/sstratoti/actionable-notifications-subflow-for-ios
instead? I’ve made a few updates since this gist was created.
I've added a wiki with details on installation, upgrading, and updated documentation. Please take a look and point out any spelling mistakes I've made. haha