save-cloud icon indicating copy to clipboard operation
save-cloud copied to clipboard

Migrate all window.location.href to use navigate

Open orchestr7 opened this issue 2 years ago • 1 comments

window.location.href does not work anymore in the project

orchestr7 avatar Sep 28 '23 23:09 orchestr7

Places:

  • com/saveourtool/save/frontend/components/views/HistoryView.kt:436
                if (responseFromDeleteExecutions.ok) {
                    window.location.href = "${window.location.origin}#/${props.organizationName}/${props.name}"
                }
    

nulls avatar Sep 29 '23 12:09 nulls