Closed framitdavid closed 4 weeks ago
Could be solved the same way as payment layoutset.
This issue is closed until https://github.com/Altinn/altinn-studio/issues/13479 is done. ✅
Adding some more information from Slack:
Eksempler på ting man ikke kan ha i layouten for et underskjema
Button
, men også ActionButton
InstantiationButton
. Usikker på om Studio støtter den fullt ut heller, men det er en knapp man bare burde kunne ha i et stateless-steg.Payment
-komponenten ikke gir mening å ha der.CustomButton
actions som kaller process/next vil også feile
Problem Statement
As a service developer, I need the ability to configure a subform's layout set to include only the components that are allowed and within the subform context.
Restrictions for unsupported components:
processNext
: A "submit button" that triggersprocessNext
should be excluded from subforms, as subforms cannot navigate to the next step.