1

running workout type already exists? (Read 511 times)

alisonshearer


    Hello.


    I'm trying to add new workout types for my run section, and it keeps telling me that the new type of workout "already exists."  Specifically, I keep trying to add "Hill" and it keeps telling me that type of workout already exists when there are no other "Hill" workouts listed.  I've tried to add new types in Safari, IE, and Firefox with no luck.  Any ideas?


    Thanks for your help.

      alisonshearer


        Awesome...but what was the original order of the run workout types?


        P.S. - another Steelers fan!

        henryc


          I'm going to take a guess but if you go the add a new run entry, if you view the HTML source, you'll see a list in the HTML, if you search for this: <th>Workout Type:</th>

           

          you'll see the list of what are the default values:

           

          <option value="10">Default</option>
          <option value="1">Easy</option>
          <option value="7">Fartlek</option>
          <option value="2">Hill</option>
          <option value="3">Interval</option>
          <option value="4">Long</option>
          <option value="6">Race</option>
          <option value="5">Tempo</option>

          So you'll see that whatever you have as value 2 is your "Hill" workout with the name that you changed it to.  I guess if you change it back to Hill that 'll be a hill and then add the custom one and not rename the existing ones.  I don't think I've renamed any of the defaults but I could be wrong.