Skip to content
Snippets Groups Projects
  1. Mar 06, 2019
  2. Mar 05, 2019
  3. Feb 26, 2019
  4. Feb 25, 2019
  5. Feb 22, 2019
    • JediKev's avatar
      issue: Custom Column Org Link · aad4c93b
      JediKev authored
      This addresses issue 4579 where setting a Custom Column to User Organization
      and choosing the User Org Link filter the system shows the wrong link to the
      Org. This is due to "scp/" not being added to the URL therefore showing an
      invalid link.
      aad4c93b
  6. Feb 17, 2019
  7. Feb 15, 2019
    • Jared Hancock's avatar
      users: Fix seaching of users · 20c99323
      Jared Hancock authored
      The CDATA table may be dropped on upgrade and is not created on new installs.
      So it should be created on demand when searching for users.
      20c99323
  8. Feb 13, 2019
    • aydreeihn's avatar
      Issue: Attachments on Information Fields · 89fb4961
      aydreeihn authored
      This commit fixes an issue where we failed to upload attachments on Information Fields. In the to_config function, we were only taking the array_values of attachments which would return an array with only the file name ([0] => 'filename') instead of an array with the file id and file name ([123] => 'filename').
      
      Now, when we pass the keepers to keepOnlyFileIds, we have a file id that can be passed to the upload function.
      89fb4961
  9. Feb 12, 2019
  10. Feb 11, 2019
  11. Feb 08, 2019
  12. Feb 07, 2019
    • JediKev's avatar
      issue: Client-Side Forms · d4e240b8
      JediKev authored
      This addresses an issue where the client-side forms are not rendering
      correctly. This is due to updating the render() functions but not updating
      everywhere they are used.
      d4e240b8
  13. Feb 06, 2019
  14. Feb 05, 2019
Loading