Dong Shin 06.12.2015

  • Lenny’s having issues with Query Builder using CONCAT (‘%)… will take a look on Monday
  • working on FR
    • retrieving FR list using columns specified instead of whole list…
    • trick to convert snake case to camel case…
    • newColumns[i] = WordUtils.capitalizeFully(columns[i], new char[]{‘_’}).replaceAll(“_”, “”);
      newColumns[i] = Introspector.decapitalize(newColumns[i]);
    • could not get String[] or List<String> to work with @ResponseBody….
    • set default approval state to Working in database table
    • set default approval state to Working in FR app
    • made FR not editable for Submitted and Processed status for non-admins