groton-school / course-planning-tool

Course planning tool to distribute individual Google Sheet course plans to students and advisors based on Blackbaud registration data
GNU General Public License v3.0
0 stars 0 forks source link

#74 #83

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

temporary fix while IMPORTRANGE() is misbehaving

https://api.github.com/groton-school/course-planning-tool/blob/63f929421e6d9f15401d2e53d43ee4d9d71da4ee/src/CoursePlan/CoursePlan.ts#L309


          validations.length,
          validations[0].length
        ).setDataValidations(validations);

        /*
         * TODO #74
         *    temporary fix while `IMPORTRANGE()` is misbehaving
         */
        this.updateCourseList();
      }

      this.protectNonCommentRanges(historyWidth, historyHeight);
battis commented 1 year ago

Duplicates #74