PSP-10074: Display Retired Properties on Files#5124
Conversation
|
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5124 |
6d63e5d to
ee4f8da
Compare
|
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5124 |
1 similar comment
|
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5124 |
b876cc8 to
1d9ebda
Compare
|
As per the story, please display the text: "Retired" instead of the active/inactive dropdown (in the screenshot it appears you aren't displaying anything in this case). |
|
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5124 |
source/backend/apimodels/Models/Concepts/File/FilePropertyModel.cs
Outdated
Show resolved
Hide resolved
source/frontend/src/components/propertySelector/selectedPropertyList/SelectedPropertyRow.tsx
Outdated
Show resolved
Hide resolved
1d9ebda to
f6dc502
Compare
source/frontend/src/features/mapSideBar/shared/FileMenuView.tsx
Outdated
Show resolved
Hide resolved
|
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5124 |
3ba40b3 to
4f9576a
Compare
4f9576a to
87e716c
Compare
|
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5124 |
|
|
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/5124 |



Added Retired properties across file property lists. When a property has
IS_REITIREDflag set in the database, it is shown under "Retired" in the properties section.In Management File:
Test property 375 is

Inactive, but is alsoRetired. TheRetiredstate has precedence:Selected Properties section :

For the remaining files,

Retiredproperty was added if property hasIS_RETIREDflag set in the database:Story