#3592 Project reg validation doesn't do name length check with AJAX

v1.0.0
closed
sf-1 (616)
General
2015-08-20
2012-01-13
No

Here's some user feedback:

  • If you proceed with submitting the form and have a URL name
    longer than 15 characters (which is easy, since there's no warning as
    above-mentioned), it resets all the checkboxes of the form (Wiki,
    Downloads, etc).

We should make sure all the server-side validation is done in js/ajax also. There is some, but not all validations, on the client side.

Discussion

  • Dave Brondsema

    Dave Brondsema - 2012-01-20
    • size: --> 1
     
  • Dave Brondsema

    Dave Brondsema - 2012-04-20
    • summary: Project reg form resets tool checkboxes if validation fails --> Project reg validation doesn't do name length check with AJAX
    • Description has changed:

    Diff:

    --- old 
    +++ new 
    @@ -4,3 +4,5 @@
     longer than 15 characters (which is easy, since there's no warning as
     above-mentioned), it resets all the checkboxes of the form (Wiki,
     Downloads, etc).
    +
    +We should make sure all the server-side validation is done in js/ajax also.  There is some, but not all validations, on the client side.
    
     
  • Cory Johns - 2012-05-14
    • status: open --> in-progress
    • assigned_to: Cory Johns
     
  • Cory Johns - 2012-05-15
    • status: in-progress --> code-review
    • qa: Tim Van Steenburgh
     
  • Cory Johns - 2012-05-15

    allura:cj/3592
    forge-classic:cj/3592

     
    • status: code-review --> in-progress
     
  • In this video you'll see that the checkbox selections get changed if you submit the form with an invalid project name: http://screencast.com/t/arn6eFneq

     
  • Cory Johns - 2012-05-18
    • status: in-progress --> code-review
     
  • Cory Johns - 2012-05-18

    Submission prevented on errors.

     
    • status: code-review --> closed
     

Log in to post a comment.