Community site version 25.3

Certified Senior Developer

Form Layour and section layout components are getting updated to version 17 and getting warning message while saving the interface in new community edition site 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Form Layour and section layout components are getting updated to version 17

    I'm unclear what has happened in the version history of the interface in question, but somehow the Form Layout in your screenshot is the (very) old version (appian 17.1 or older, as implied by the "_17r1" suffix), and the "titleBar" parameter for a!formLayout() is very new - as in within the last version (25.3) more or less, so will not work with the old version.

    Also, a!formLayout() in versions that old didn't have the "contents" parameter we know now - back then only 2 columns were ever possible, and the parameters used were "firstColumnContents" and "secondColumnContents".  This applies to SectionLayout as well.  And no nesting of forms or sections was possible that would cause more than 2 total columns to exist - and sections were not nestable within other sections whatsoever.  It was a ... difficult time.

Reply
  • 0
    Certified Lead Developer
    Form Layour and section layout components are getting updated to version 17

    I'm unclear what has happened in the version history of the interface in question, but somehow the Form Layout in your screenshot is the (very) old version (appian 17.1 or older, as implied by the "_17r1" suffix), and the "titleBar" parameter for a!formLayout() is very new - as in within the last version (25.3) more or less, so will not work with the old version.

    Also, a!formLayout() in versions that old didn't have the "contents" parameter we know now - back then only 2 columns were ever possible, and the parameters used were "firstColumnContents" and "secondColumnContents".  This applies to SectionLayout as well.  And no nesting of forms or sections was possible that would cause more than 2 total columns to exist - and sections were not nestable within other sections whatsoever.  It was a ... difficult time.

Children