'Prototyping does not work with local Turnkey
Please see the model in attachment. I started prototyping with it. It does work with XML-Persistance, SQL and MDriven-Server, but not with local Turnkey.
Repro: Start Prototyping -> Seekers -> Action Person Seeker -> add some new Persons with New Person -> Select one -> Show Person -> try to set Father or Mother with "Set" Button. Nothing happens. In other kinds of Prototyping the Seeker is called, and you can select a person and set it as Father or Mother.
Efim
Solution 1:[1]
It turns out that your actions that will be triggered by the buttons was opted out:

You could discover this reason by checking browser console:
console.warn("A button action that tried to bring up a modal window did not find the backing action: " + navigate.ActionName);
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Hans Karlsen |

