ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

« Previous | Next » 

Revision c8be011a

ID: c8be011a937ac4bcc584d7dfa45f35bd69ace4a8
Added by Andrew Smith at 2012-06-05 03:05 pm

Correct major logic issues when selecting multiple rows.

The rows were being incorrectly selected (because the class name had a
missing '.').

jQuery items can't be directly compared to each other so we need to get
the HTML element to test if they are the same.