Actions
Bug #7226
closedPackage installation message is incomplete
Start date:
02/07/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
Description
Install, reinstall or delete a package. At successful end of the action a message is given in the GUI like:
'pfSense-pkg-Notes removal successfully completed.'
a split second later the screen refreshes and the message becomes just:
'removal successfully completed.'
The package name goes missing.
Updated by Phillip Davis almost 8 years ago
I noticed this on 2.4-BETA, and tried 2.3.3-DEVELOPMENT and 2.3.2-p1 and they all do this.
I suspect this is due to the:
$('form').submit();
at line 666 of pkg_mgr_install.php (after the show_success()).
hen the form submits again, I guess the package name is not passed across.
Updated by Phillip Davis almost 8 years ago
Updated by Phillip Davis almost 8 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset d12bc864ceb5d656fc094bde7cf5ec96e24bdde9.
Updated by James Snell almost 8 years ago
Build 2.4.0.b.20170207.2344
Test actions:
- Install tftpd
- Remove tftpd
The status displays the package name when removed.
TEST PASSED
Thanks!
Updated by Renato Botelho almost 8 years ago
- Status changed from Feedback to Resolved
Updated by Jim Pingle almost 8 years ago
- Target version changed from 2.4.0 to 2.3.3
Actions