Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-5253

allow gsh template v2 form element decoration to know if the template is new or submitted or neither

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • 5.7.1, 4.10.3
    • None
    • None
    • None

    Description

      public class GshTemplateDecorateForUiInput {
       
        /**
         * if this is a new form (requested from url)
         * @return
         */
        public boolean isNewForm() {
          return newForm;
        }
       
        /**
         * if this is a submit form button press
         * @return
         */
        public boolean isSubmit() {
          return submit;
        }
       
       
       

      Attachments

        Activity

          People

            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            chris.hyzer@at.internet2.edu Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: