1

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.

See also Screenshot enter image description here

Efim

Hans Karlsen
  • 2,275
  • 1
  • 15
  • 15
emett
  • 31
  • 2

1 Answers1

0

It turns out that your actions that will be triggered by the buttons was opted out: enter image description here

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);
Hans Karlsen
  • 2,275
  • 1
  • 15
  • 15
  • It helped, thanks. But it is something strange that it worked in WECPOF-Prototyper with opted out – emett Feb 17 '22 at 21:02
  • We aim to have the same end result for different technologies - but differences in interpretation of the specification may lead to findings like this. In turnkey out-opted actions are not even sent to the client and thus cannot be referenced. But will file a report on this – Hans Karlsen Feb 18 '22 at 07:34