
|
If you were logged in you would be able to see more operations.
|
|
|
RHQ Project
Created: 15/May/08 02:14 PM
Updated: 20/Jul/08 09:20 AM
|
|
| Component/s: |
FX - Inventory
|
| Affects Version/s: |
1.0
|
| Fix Version/s: |
None
|
|
|
Issue Links:
|
Incorporate
|
|
|
|
This issue Is Incorporated By:
|
|
|
RHQ-504 Review package-backed resource implementation
|
|
|
|
|
|
|
|
The resource name is repopulated, however the package name and file are not. I suspect the architecture isn't either; it's harder to see since it's a drop down box. These should be repopulated since it's a "resubmit".
I think the file will be tricky to repopulate; that component is a bit weird to work with.
The package name will also be tricky, since it's not currently stored in the create resource audit entity. Same for architecture. It used to be; the code for the resubmit even contained a call to get the package name (it was commented out). I forget why that was removed from the entity.
|
|
Description
|
The resource name is repopulated, however the package name and file are not. I suspect the architecture isn't either; it's harder to see since it's a drop down box. These should be repopulated since it's a "resubmit".
I think the file will be tricky to repopulate; that component is a bit weird to work with.
The package name will also be tricky, since it's not currently stored in the create resource audit entity. Same for architecture. It used to be; the code for the resubmit even contained a call to get the package name (it was commented out). I forget why that was removed from the entity. |
Show » |
|
One possibility is to snap out an installed package history (read: package audit trail) entry for this. That won't save the file name (I'm actually reasonably ok omitting this) but will have the PackageVersion and thus the package name. The UIBean will then know this entry will be there and pop off the necessary data.