| Age | Commit message (Collapse) | Author |
|
af83/5592-workbenches-show--filter-by-workgroup-on-initial-load
5592 workbenches show filter by workgroup on initial load
|
|
|
|
Previously, all `Referential`s would be listed on this page if they had
matching line metadata. Now, we exclude those referentials that are in
other workgroups to ensure users don't see referentials they're not
supposed to see.
Refs #5592
|
|
Check that only `Organisation`s associated with the current `Workgroup`
appear in the list of filters on `Workbenches#show`.
Also rewrite the `other_referential` object to put it in a different
workbench from the first referential, enabling us to have multiple
organisations in the same `Workgroup`.
Refs #5140
|
|
|
|
5024-prevent-duplicate-referentials-from-being-created-during-parallel-db-transactions--rb201711271659
|
|
5102 Use current_organisation as begin_of_association_chain
|
|
specs. Refs #5102
|
|
features specs. Refs #5111
|
|
#5366
|
|
af83/5366-add-feature-specs-for-the-CRUD-actions-on-PurchaseWindo
5366 add feature specs for the crud actions on purchase windo
|
|
|
|
Check that `PurchaseWindow`s can be destroyed, starting from the
`#index` page.
Update the i18n key used in the decorator to get the text that appears
in the alert when destroying a `PurchaseWindow` so that it correctly
corresponds to the one used in the locale file.
Refs #5366
|
|
Test that `PurchaseWindow`s can be updated starting from the `#index`
page.
Refs #5366
|
|
Add a feature spec that creates a new `PurchaseWindow` from the #index
page.
Fix i18n keys for `simple_form` to correctly show labels inside the form
and be able to identify the correct elements inside the test.
Refs #5366
|
|
|
|
|
|
|
|
|
|
Refs 4812 UX changes to show empty compliance control blocks so the u…
|
|
see them all
|
|
- 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
|
|
Refs #5024
|
|
Refs #5024
|
|
This `before` hook allows tests to use the "truncation" database cleanup
strategy. It doesn't do anything explicitly JavaScript-related. Rather,
it was named JS because it was intended to be used for feature tests
with JavaScript. However, now that I need to use it for a couple tests
in `spec/models/referential_spec.rb`, the `:js` name doesn't make sense.
Rename the filter to something that says what it does, not how it should
be used.
Refs #5024
|
|
|
|
|
|
path does not work anymore
|
|
|
|
|
|
|
|
- I18n.t explicit in helper so that it can be used in specs.
- Typo in spec db setup fixed and setup of blocks put into create
instead of later update.
|
|
|
|
- Implements the view
Missing:
- Spex failing (xpath navigation inside the display blocks is still faulty)
- Links to compliance_checks#show do not work (actually not this page's problem)
|
|
[skip-ci]
|
|
CR 3rd (and hopefully last) part
- more typo corrections
- reactivating deactivated specs
- fixed reactivated specs
|
|
Step 2: Added validation of reference->workbench->organisation consistency
Made all specs pass
Chased bug #4826
|
|
Filter Feature Spex of ComplianceControlSet#show implemented
|
|
ComplianceControl.subclass_patterns [amend me] [skip-ci]
|
|
Speced feature compliance_control_set/show and filtering on Severity
MISSING: Object Filter needs 2B specified
|
|
DB Setup for specs
|
|
Add a controller concern to deal with date filters
|
|
|
|
|
|
* Make failing /delete_api_key_feature_spec pending
- Seems Capybara only sees html from the partial api_keys/_form, but not
the parent api_keys/edit, which happens to contain the delete link :(
* ApiKeyPolicy adapted
- update? depends on record's organisation as no referential present
- create? depends on user's permission only as organisation will be correct anyway
|
|
needs of #4446
|
|
|
|
|
|
Ticket in Feedback
|
|
like in application controller
|