document feature types for reports tables are passing the property new_required and it's always 1 no matter what they select in the admin portal, where other feature types are passing new_require and are true and false based on what is selected on the admin portal.
...
Screenshot (whole screen, circle relevant area)
...
How do we Reproduce it?
Log into the admin portal and go to the url I gave.
Scroll down to Task and expand the employee_summary_info default question
In the Feature Type section there's three document feature types, employee_offer_letter, non_compete, & piia
None of them have New Required check box selected
On the Reports View for the app, we hit an endpoint, /api/company_info/all
Every document feature type sends back a new_required: 1, where other feature types are sending back new_require and true or false depending on the admin portal selection.
What URL?
https://staging.admin.savvi.legal/#/FeatureList?filter=employee_summary_info
What were you trying to do? What broke?
document feature types for reports tables are passing the property
new_required
and it's always1
no matter what they select in the admin portal, where other feature types are passingnew_require
and are true and false based on what is selected on the admin portal. ...Screenshot (whole screen, circle relevant area)
...
How do we Reproduce it?
employee_summary_info
default questionFeature Type
section there's three document feature types,employee_offer_letter
,non_compete
, &piia
New Required
check box selected/api/company_info/all
new_required: 1
, where other feature types are sending backnew_require
and true or false depending on the admin portal selection.