Page MenuHomePhorge

Comments: avoid confusing warning about "core:file"
ClosedPublic

Authored by valerio.bozzolan on Feb 28 2024, 15:49.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 18:24
Unknown Object (File)
Wed, Apr 17, 07:03
Unknown Object (File)
Tue, Apr 16, 20:49
Unknown Object (File)
Mon, Apr 15, 16:58
Unknown Object (File)
Sat, Mar 30, 16:07
Unknown Object (File)
Sat, Mar 30, 16:07
Unknown Object (File)
Sat, Mar 30, 16:03
Unknown Object (File)
Mar 25 2024, 18:51

Details

Summary

If you are reading this commit message, it probably happened to you this situation:

  1. Somebody published a comment that shows the file F123
  2. You Submit another comment that shows F123 again

After you click "Submit", a wild warning may appear:

Post as Comment

The action you are taking has no effect:
Transaction (of type "core:file") has no effect.
Do you want to post your comment anyway?
[Undo] [Continue]

In this case you probably contact your favorite Phorge administrator to translate that stuff.
This is an example unofficial translation:

Post as Comment

You mentioned a file. Phorge loves files. Phorge attach files. But somebody else already
mentioned that file, successfully. So, since Phorge attach Files, Phorge will result in
doing nothing special, since the file is already perfectly attached by Phorge.
Phorge will just post your comment.
Would you like me to just STFU and post your comment?
[OMG I'm scared] [Post comment and STFU]

After this change you don't see anymore that warning. So it's even rarer in your Pokedex.

Closes T15293

Test Plan
  • Create a comment showing F123 (an existing file)
  • Create another comment showing F123
  • No wild warnings

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I’m not very familiar with this area of code but this sounds appropriate

This comment was removed by 20after4.
This comment was removed by 20after4.

confirmed, that warning makes no sense.

This revision is now accepted and ready to land.Feb 29 2024, 06:37