aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/workbenches
AgeCommit message (Collapse)Author
2018-05-28Merge pull request #561 from af83/6863-workbench-showwikiLuc Donnet
Refs #6863 Display import & export actions on conditions
2018-05-20Refs #7088 Workgroup#edit & workbench#edit7088-workbench-workgroup-configurecedricnjanga
2018-05-09Refs #6863 Display import & export actions on conditions6863-workbench-showcedricnjanga
2018-05-09Use Workbench#compliance_control_set_ids virtual attribute to merge with ↵Alban Peignier
existing owner_compliance_control_set_ids. Refs #6960
2018-05-09Rewrite compliance_control_sets associated to workbench or workgroup edits ↵Alban Peignier
and imports. Refs #6960
2018-05-09Refs #6961; Update Workbench#editZog
- Update the form - Use policies and update the seeds accordingly - Add a link in the navbar(s)
2018-04-30Workbenches#show: Don't allow pending referentials to be selected6858-workbenches-show--disallow-deletion-of-pending-referentTeddy Wing
Disable the checkboxes next to pending referentials. This prevents them from being deleted by the batch deletion operation. In general it seems like we shouldn't be operating on pending referentials, so if any new batch actions are added, it would make sense to me for the checkboxes to stay disabled. We want to disallow deletion of pending referentials because this can put the data in an inconsistent state that requires manual intervention to clean (I think). Refs #6858
2018-04-27Refs #6572; Update filters on referentials listZog
2018-04-06Refs #6442 Fix Referential sort on status (attr archived_at)6442-referential-status-sortcedricnjanga
2018-03-26Refs #6218; Add link to exports viewZog
2018-03-02Refs #3562 Take review into account and clean a little bitcedricnjanga
2018-03-02Refs Refs #3562 Add workbench CCSET affectationcedricnjanga
2018-03-02Refs #3562 add workbench edit button on workbench#showcedricnjanga
2018-02-20Refs #5863 @6h; Remove workbench id from the querystringZog
Infer it when possible, and use a nested otherwise
2018-02-09Refs #4126 @6h; Add i18n to JSZog
2018-02-02Refs #5832 @1h; Show active filters5832-fix-filter-by-stopareas-on-vjs-indexZog
2018-01-25Refs #5586 @2h; Fix specsZog
2018-01-15workbenches/_filters: Only show organisations in workgroupTeddy Wing
We had been listing all `Organisation`s in the check-box list that enables filtering `Referential`s by organisation. There can be many organisations in the database, and users of one org shouldn't necessarily see other organisations. Only allow users to filter by those organisations that belong to their `Workgroup`. To do that, We get the workgroup of the current workbench, and build a list containing the organisations the workgroup. Refs #5140
2018-01-11Add Referential#merged_at and make Referentials archived and merged. Refs #5559Alban Peignier
2018-01-09Refs: #5413@0.5h; Refactoring of #archived_or_finalised?Robert
2018-01-08Fixes: #5413@1h; Specs implementedRobert
2018-01-05Create first merge interface. Refs #5299Alban Peignier
2017-12-19Refs #5291@0.5h; Update viewZog
Update the view to match the actual controller behaviour.
2017-12-07Refs: #5198@1.5h; Specing the presence of the Modal Action BoxRobert
- verifying the visibility of the action box - no dynamic behavior of the action box is verified (yet?) - would need javascript execution - refactoring suggestions --> https://projects.af83.io/issues/5206
2017-11-28Refactoring pageheaderXinhui
2017-10-26Fix workbench show breadcrumb4726-breadcrumbXinhui
2017-10-18Render breadcrumb for referential - time_tables - workbenchesXinhui
Refs #4741
2017-10-09Working standard webpacker configcedricnjanga
2017-10-06Add webpacker gem and migrate the React appscedricnjanga
2017-10-02Refs #4665cedricnjanga
Add a controller concern to deal with date filters
2017-09-13Merge branch 'master' of github.com:AF83/stif-boivLuc Donnet
2017-09-11Fix views and access for api keys generation Refs #4276 @8Luc Donnet
2017-09-11Update of ReferentialsController#new :cedricnjanga
- Add some context to referential and workbench decorator to access current_referential and assign it to the cloned referential - Add a build_referential method to avoir duplicates of code (in the controller and in the model), need to clean a bit more - Need to add some Spec features to take into account the functional scope of the current_user
2017-09-06Updated imports#index date filter : used the same logic for the ↵cedricnjanga
Calendar#index date filter (ransackable scope) I realized that we could submit the form with incomplete date which caused an 500 error. So I added a small JS script to prevent user from subnitting filter form with incomplete dates Since it was really similar with previous work I added two folders : /helpers & /filters to be more DRY The JS files are loaded in 4 views for the moment, hence the update in the assets.rb file
2017-09-05Referential#new_from :cedricnjanga
Added params to certains paths to have the workbench_id in it. The goal is to have the current workbench_id to assign it when do a Referential#new_from Then I finished the use of the functional scope to avoid potential errors I skipped some tests that hve a #TODO so we can easily find them
2017-09-04add some change for the Referential#new_from to only have a line collection ↵cedricnjanga
regarding the functional scope of the current organozation
2017-09-01TableBuilderHelper: Test out column-specific `#link_to`Teddy Wing
Testing out the new `TableBuilderHelper::Column#link_to` method to provide the link needed to go to the row object's #show page. Seems to work in this context, which is promising!
2017-08-30Updating project-specific iconfont for page headers (in views)jpl
2017-08-30Updating project-specific iconfont for page headersjpl
2017-07-31Refs #4005 Period filters for time_table and referentialscedricnjanga
2017-07-26Fix workbench I18n specsjpl
2017-07-26Add some translationscedricnjanga
2017-07-25Hide import button depending on Referential#create? policycedricnjanga
2017-07-21Fix referentials count in homepage Refs #4136 @1Luc Donnet
2017-07-18Refs #4108: updating layout according to new specsjpl
2017-07-18Refs #4108: updating viewjpl
2017-07-17Refs #4108: adding workbenches#indexjpl
2017-07-04Refs #3961: updating wordingjpl
2017-07-03Workbench#show filtering restore q_for_resultXinhui
2017-06-27Refs: #3595@0.5h live event subscription & smart_date class added to all ↵Robert
date input elements