WebUI: Import "Successfully Imported" despite error #2998

Closed
opened 2025-11-05 07:34:50 -08:00 by Animan8000 · 3 comments
Contributor

If the user does a mistake like:

{
      "Tag": "EventNode24",
      "Completes": 1
}

Then the WebUI says that it was successfully imported even though nothing was imported at all (obvious, since this is incorrect in the first place but WebUI states otherwise). Nothing being added into inventory in the first place but WebUI says otherwise

If the user does a mistake like: ``` { "Tag": "EventNode24", "Completes": 1 } ``` Then the WebUI says that it was successfully imported even though nothing was imported at all (obvious, since this is incorrect in the first place but WebUI states otherwise). Nothing being added into inventory in the first place but WebUI says otherwise
Owner

Duplicate of #2996

Duplicate of #2996
Author
Contributor

They're both different, no? Although both related to user error (just different outcomes in form of different bugs)

They're both different, no? Although both related to user error (just different outcomes in form of different bugs)
Sainan reopened this issue 2025-11-05 07:50:32 -08:00
Owner

I guess it is different when you provide no valid fields and it could maybe be flagged as a potential issue but would need some rewriting.

I guess it is different when you provide no valid fields and it could maybe be flagged as a potential issue but would need some rewriting.
Sainan added the improvement label 2025-11-05 07:51:06 -08:00
Sainan added the pr'd for label 2025-11-05 07:59:35 -08:00
Sign in to join this conversation.