09 Nov, 2015
1 commit
-
* Renamed ProjectAttributes' column hidden to public and inverted default values * Implemented Project#"public_or_owned_by_user" * All features now create ProjectAttributes after creating a Project * Implemented ProjectAttributes#project and ProjectAttributes#project= * Fix Project#attributes to return nil when there is no ProjectAttribute * Fixes #263 Signed off by: Diego Araújo <diegoamc90@gmail.com>
22 Jun, 2015
1 commit
13 May, 2015
1 commit
-
It doesn't work since Project is an entity from KalibroClient, not a normal ActiveRecord model.
26 Feb, 2015
1 commit
-
* Unit tests pass * Missing acceptance tests * The models were kept so the migrations works Still has to filter the project list by not hidden.