Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 807 Bytes

File metadata and controls

25 lines (16 loc) · 807 Bytes

Resources

Behavior

The resources section will show a list of the existing resources. New reports can be added, existing reports can be filtered by name, edited, deleted.

Currently known bugs

Resources with a file can not be modified, the respective endpoint throws an error. Here are the JIRA issues:

Loading resources from the DB

The initial resources list is loaded in the componentDidMount method of the resources root component. They are reloaded when filtering and after adding, editing or deleting reports.

Deleting resources

In order to prevent the user from accidentally deleting a resource when clicking on delete, we request a confirmation by the user.