Skip to content
Snippets Groups Projects
  1. Jan 24, 2014
    • Peter Rotich's avatar
      Merge pull request #469 from greezybacon/issue/logged-in-client · ed2a6efd
      Peter Rotich authored
      
      forms: Fix ticket submission if already logged in
      
      Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
      ed2a6efd
    • Jared Hancock's avatar
      forms: Fix ticket submission if already logged in · 91908271
      Jared Hancock authored
      If a client is already logged into the client portal and attempts to submit
      a new ticket, the ticket will be rejected if the contact-information form
      has a required field other than `name` and `email`.
      
      This patch fixes `class Client` so that the user-id is fetched from the
      database and made available via the `::getUserId()` method. This was already
      corrected in the `develop-next` branch for v1.8.1. The `uid` field is passed
      into `Ticket::create()` so the user form validation is bypassed.
      
      This commit should be ignored when merged into the 1.8.1 codebase.
      91908271
  2. Jan 23, 2014
  3. Jan 22, 2014
  4. Jan 21, 2014
  5. Jan 20, 2014
  6. Jan 19, 2014
  7. Jan 18, 2014
  8. Jan 17, 2014
  9. Jan 16, 2014
  10. Jan 15, 2014
Loading