You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you go to left sidenav --> GSA Enterprise --> Website Service Category List --> click on a row of the table, you'll notice that the resulting modal has a table in it with the websites corresponding to the service category that you selected. The table in that modal is not clickable, though, despite there being logic in the code to make it clickable. Also, the SQL queries are failing in the command line dialog when running locally. Please address the following issues:
Make the rows in the modal table clickable (this is done -- I pushed this change to the dev branch)
Make the modal table appear like the other modal tables (e.g. click on the "Related Systems" tab and view the table here: https://ea.gsa.gov/#/websites/7)
Make the modal table rows have the click/hand-pointer icon
Address the SQL issues (rows 31, 59, and 69 of the api/controllers/websites.controller.js seem to be causing the CLI errors)
Once you click on the modal table and go to a website record, the back button should send you back to the original modal table instead of back to the website service categories report view.
The text was updated successfully, but these errors were encountered:
When you go to left sidenav --> GSA Enterprise --> Website Service Category List --> click on a row of the table, you'll notice that the resulting modal has a table in it with the websites corresponding to the service category that you selected. The table in that modal is not clickable, though, despite there being logic in the code to make it clickable. Also, the SQL queries are failing in the command line dialog when running locally. Please address the following issues:
The text was updated successfully, but these errors were encountered: