Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix displayMessage in File Save and File SaveAs #908

Open
grumpyinca opened this issue Apr 14, 2024 · 0 comments
Open

Fix displayMessage in File Save and File SaveAs #908

grumpyinca opened this issue Apr 14, 2024 · 0 comments
Assignees
Milestone

Comments

@grumpyinca
Copy link
Contributor

grumpyinca commented Apr 14, 2024

Fix File Save and File SaveAs to display correct method in message output.

Change File Save and File Save As from

        .catch(error => {
            displayMessage('GET of \''+name+'\' design failed for type \''+type+'\' with message: \''+error.message+'\'');
        })

to

        .catch(error => {
            displayMessage(method+' of \''+name+'\' design failed for type \''+type+'\' with message: \''+error.message+'\'');
        })
@grumpyinca grumpyinca added this to the ODOP 4.6 milestone Apr 14, 2024
@thegrumpys thegrumpys deleted a comment from 1fifoto Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants