Page MenuHomePhorge

Fix regression in new confirmation Dialog
ClosedPublic

Authored by valerio.bozzolan on Mar 13 2023, 20:40.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 04:21
Unknown Object (File)
Wed, Apr 10, 21:49
Unknown Object (File)
Mon, Apr 8, 15:08
Unknown Object (File)
Mon, Apr 8, 08:13
Unknown Object (File)
Thu, Apr 4, 14:43
Unknown Object (File)
Mon, Apr 1, 00:55
Unknown Object (File)
Sat, Mar 30, 01:54
Unknown Object (File)
Fri, Mar 29, 01:02

Details

Summary

Fix a JavaScript regression encapsulating the problematic part into an if.

Other minor changes:

  • dedicate a variable for the confirmation messages to improve i18n in the future (but also to avoid 80 characters and make lint happy)
  • replace confirm with window.confirm (to make lint happy)

Ref T15034
Ref D25015

Test Plan
  • surf on your local Phorge
  • no JavaScript errors in console

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 14 2023, 18:32