baarkerlounger
239f27c895
Fix organisation filter ( #582 )
...
* Filter values correctly
* Remove filter value if hidden
* Return empty string rather than nil for accessible autocomplete
* Additional test for accessible automcomplete defaulting
3 years ago
Paul Robert Lloyd
d210bac24c
Update heading, label and hint text for user details
3 years ago
Paul Robert Lloyd
7375ae2fac
Show ‘Data protection officer’ and/or ‘Key contact’ tags in users table
3 years ago
Paul Robert Lloyd
875d2348c1
Update logs table column heading to say ‘Status’, not ‘Completed’
3 years ago
Ted-U
27b9971a4a
Export improvements ( #581 )
...
* improved export - set start point for reference
* remove completed status from exports
* Added exception handling to export
* Improved tests, replaced rescue block with Sentry
Co-authored-by: Kat <katrina@madetech.com>
3 years ago
baarkerlounger
be86ff9f8a
CLDC-1224: Tenancy type and tenancy length ( #578 )
...
* Fix value mapping for tenancy type 22/23
* Update secure helper
* Null safe
* Spec update
* Update mandatory
* Use helper
3 years ago
baarkerlounger
488f79a5d3
CLDC-1101: Case log filter by organisation ( #522 )
...
* Rename org filter
* Ensure filters work when ID is passed
* UI init
* Lint
* Fix filter nesting
* Reduce width
* Set checked status of filters correctly
* Test filter presence
* Add filter test
* Rubocop
* Tweak styles for autocomplete within filter
Co-authored-by: Paul Robert Lloyd <me+git@paulrobertlloyd.com>
3 years ago
baarkerlounger
547dfa673d
Generisize pagination links
3 years ago
Dushan
804a6bd00c
remove letting_in_sheltered_accomodation field ( #577 )
...
* remove letting_in_sheltered_accomodation field
This field is now duplicated by the shelteredaccom field
* lint fixes
* fix all failing specs
3 years ago
baarkerlounger
6569a1547e
Hide inactive users and allow support users to view all users ( #576 )
...
* Hide inactive users and allow support users to view all users
* Enable support users to invite users to any organisation
* Add pagination to user views
3 years ago
Ted-U
5a4275abcc
Cldc 1217 retirement soft validation ( #570 )
...
* Interruption screen refactor
* Add test for retirement_age_for_person
Co-authored-by: Stéphane Meny <smeny@users.noreply.github.com>
* Rubocop
* update 22-23 form
* fix failures
* lint fixes
* remove whitespace
* remove commented code
* make spec file use translations instead of content
* update content
* lint fixes
* fix typo
* fix question wording
* fix failing spec
* add full stop
Co-authored-by: Stéphane Meny <smeny@users.noreply.github.com>
Co-authored-by: Dushan Despotovic <dushan@madetech.com>
3 years ago
Paul Robert Lloyd
8e85e890f4
Make logs link less ambiguous
3 years ago
Paul Robert Lloyd
5a7809595c
Fix repeated use of Password in error summary (and use smart quotes)
3 years ago
baarkerlounger
fc706ab6a6
Remove needs type question until we support supported housing logs ( #569 )
3 years ago
baarkerlounger
48d36232f3
Sort case log index table by most recent by default ( #567 )
3 years ago
baarkerlounger
5d9586a127
Map joint tenancy field ( #565 )
3 years ago
baarkerlounger
8f45419240
Inactive users ( #564 )
...
* Allow users to be marked as inactive
* Import inactive users
3 years ago
baarkerlounger
e64cd6f926
Make tshortfall optional based on hidden tshortfall_known question ( #563 )
...
* Make tshortfall optional based on hidden tshortfall_known question
* Add test for optional
* Add test for JSON derived and dependent on false options
* Test routing
* Fix optionality
3 years ago
baarkerlounger
f1f6c2123e
Set case log ID offset at export ( #562 )
3 years ago
baarkerlounger
cf0239137c
Referral can be internal for homeless ( #561 )
3 years ago
baarkerlounger
702bcaf449
CLDC-1218: Fix hbrentshortfall import ( #558 )
...
* Infer hbrentshortfall not known if tshortfall not provided and overridden
* Reorder import
3 years ago
baarkerlounger
10af437cec
Refactor for testability
3 years ago
Dushan
d6cf9bf892
add check to prevent error on hhmemb if joint is nil ( #560 )
...
* add failing spec
* add check to prevent error on hhmemb if joint is nil
3 years ago
baarkerlounger
a5b407facf
Works but helper is hard to test
3 years ago
baarkerlounger
46bf83df84
Fix specs and linters
3 years ago
Paul Robert Lloyd
5362cf0687
Add navigation items helper
3 years ago
baarkerlounger
fdd8ee6c42
Improve DB seeding ( #556 )
...
* Improve DB seeding
* Don't seed LA Rent Ranges in test
3 years ago
Dushan
6e9d4a8b87
CLDC-744-joint-tenancy-validation ( #549 )
...
* add joint tenancy validation
* fix validation and spec
* improvements
* updates
* lint fixes
* fix typo
* change message displayed on hhmemb page
3 years ago
Ted-U
1e096b2ff4
Radio button on log filter is now preset to "All" ( #552 )
...
* Radio button on log filter is now preset to "All"
* lint fixes
* removed instance @ variable
3 years ago
baarkerlounger
9cbbd127c0
Allow illness type to be refused ( #553 )
3 years ago
kosiakkatrina
15065bcd90
Save correct la if postcode is invalid ( #551 )
3 years ago
kosiakkatrina
b428fa8c5d
Set tshortfall to 0 if it should exists but is not provided ( #550 )
...
* Set tshortfall to 0 if it should exists but is not provided
* check if tshortfall is overridden
3 years ago
Ted-U
5ea4903dbe
Cldc 1149 radio buttons filter ( #548 )
...
* radio button
* radio button again
* rubocop versioning issue fixed
* linux and darwin
* Fix Gemfile
* rubocop
* erb lint
Co-authored-by: baarkerlounger <db@slothlife.xyz>
3 years ago
baarkerlounger
8466faeb1c
Rubocop
3 years ago
baarkerlounger
8d6e018f84
Majorrepairs will never match
3 years ago
baarkerlounger
6b820a5c04
Set major repair date
3 years ago
baarkerlounger
f72acb0988
Derive major repairs for import
3 years ago
baarkerlounger
5169a6c16a
Dry depends on evaluation
3 years ago
baarkerlounger
2c125c87a9
Refactor ecstat age check
3 years ago
baarkerlounger
8f90333a3f
Enable dynamically dependent answer options
3 years ago
Dushan
66fdb93dd1
Age known believe import fixes ( #545 )
...
* amend fixture to make test fail
* fix failing test
* lint fixes
3 years ago
baarkerlounger
03d9560c0e
Fix Reason preference reason and lettings allocation answer option import
3 years ago
baarkerlounger
6d9f0311c4
Make case log status rely on subsection status so they can't get out of sync
3 years ago
kosiakkatrina
99630f7425
map tshortfall value ( #543 )
3 years ago
baarkerlounger
891fcba9fe
Fix condition affects question (illness type)
3 years ago
kosiakkatrina
df1790631a
Set hhmemb to totadult and tchild sum if hhmemb is not given ( #540 )
...
* Set hhmemb to totadult and tchild sum if hhmemb is not given
Co-authored-by: Ted <tedbooton@gmail.com>
Co-authored-by: Dushan <dushan@madetech.com>
* lint
* update method
* calculate hhmemb from details provided
Co-authored-by: Ted <tedbooton@gmail.com>
Co-authored-by: Dushan <dushan@madetech.com>
3 years ago
baarkerlounger
c904e08c9f
Fix support log view
3 years ago
kiddhustle
d117fdd630
CLDC-1195: remove access keys
3 years ago
Ted
d762f4ac05
derive if ethnic has been refused from ethnic group
3 years ago
Ted
23fe2bb219
Log old id
3 years ago