dmpopidor / app /
@xsrust xsrust authored on 28 Oct 2016
..
admin removed user_org_roles from active admin 9 years ago
assets Updated export page so that the settings section of each phase's accorordion panel is not an accordion. Its now just a div. 9 years ago
controllers modifying relationship between users and organisations \n -users now belong_to organisation \n -organisations now have_many users \n -removed the depricated user_org_roles structure with migration \n -moved data out of that structure into the existing organisation_id field of users to complete relationship \n -re-evaluated functions to do with organisation_id field, as it was used as a placeholder before 9 years ago
helpers fixed issue with plan list column display issue 9 years ago
mailers updated actionmailer to use the hostname when adding urls to emails. Also fixed bug in [object]_path route helpers contained within an ActionMailer view. ActionMailer was not proviing the localization portion of the url. Manually including the default locale now in links to the project 9 years ago
models removed comparison from boolean value to an integer in organisation model 9 years ago
policies Added tooltip for 'published' checkbox on guidance page. Added confirmation alert when clicking delete on guidance and guidance groups. Removed invalid policy check for organisation id match when creating new guidance 9 years ago
validators Branding changes (#24) 9 years ago
views factor out question guidance to reduce sql queries 9 years ago