Bug 145686

Summary: Pending Actions doesn't work anymore...
Product: [Retired] Red Hat Network Reporter: Michael Bowman <mbowman>
Component: RHN/R&DAssignee: Michael Bowman <mbowman>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: RHN Devel   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-25 20:43:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 125080    

Description Michael Bowman 2005-01-20 17:17:19 UTC
Description of problem:
Archive Actions submit button doesn't do anything... 

Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
1. Go to pending actions and try to archive an action
2.
3.
  
Actual results:
Archive the action and display the message box.

Expected results:


Additional info:

Comment 1 Ryan Bloom 2005-01-20 17:24:10 UTC
This is the bug that Jesus and I found yesterday.  No buttons on any
pages work until Jesus commits his fix, or if you don't go through Apache.

Comment 2 Jesus M. Rodriguez 2005-01-21 02:46:01 UTC
After fixing the URLs, this button still doesn't work.  The POST is
making it but according to the struts logs, it is choosing the
"default" action of the LookupDispatchAction.

To debug, turn on TRACE logging for struts in your log4j.properties:
log4j.logger.org.apache.struts=TRACE.



Comment 3 Michael Bowman 2005-01-21 15:35:55 UTC
Problems with this page:
- Message doesn't appear when action is archived.
- Selection bug:
    - Perl code will archive an action if you have selected it on the 
      page, but you haven't added it to the list...


Comment 4 Michael Bowman 2005-01-21 20:12:02 UTC
Messages appear now. Still need to correct the selection bug and
should add some unit tests for this class.

Comment 5 Michael Bowman 2005-01-25 20:43:25 UTC
Selection bug is fixed.