Skip to content

Commit

Permalink
Filter data dialog entries by dataset state, only display valid states
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jun 4, 2024
1 parent 0a7de5c commit bde1b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/DataDialog/DataDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function formatRows() {
/** Returns the default url i.e. the url of the current history **/
function getHistoryUrl() {
return `${getAppRoot()}api/histories/${props.history}/contents?deleted=false`;
return `${getAppRoot()}api/histories/${props.history}/contents?v=dev&q=state-eq&qv=ok&q=deleted&qv=false`;
}
/** Called when the modal is hidden */
Expand Down

0 comments on commit bde1b40

Please sign in to comment.