Bug #7605
closed
- Status changed from Assigned to Resolved
following patch solve the bug I don't know why, but who cares ?
starting from
hg sum
parent: 334:7a918e25a260 tip
merge gts and pdu branches
branch: new-gui-features
commit: 1 modified, 37 unknown
update: (current)
hg diff
diff r 7a918e25a260 soap/server/topology_manager-http-gts_config.adb
-- a/soap/server/topology_manager-http-gts_config.adb Tue Jul 01 17:47:27 2014 0200
++ b/soap/server/topology_manager-http-gts_config.adb Tue Jul 01 18:09:46 2014 0200
@ -193,8 +193,11
@
elsif Card_Name = "Empty" then
Page.Append_Code ("No card in this slot");
else
- Page.Append_Code (Topology_Manager.Http.Common.Append_Item_Table (Card_Name,
- Model.Items.Get_Item (Card_Name)));
declare
+ Item : constant Mapping.Db_Container_Type := Model.Items.Get_Item (Card_Name);
+ begin
+ Page.Append_Code (Topology_Manager.Http.Common.Append_Item_Table (Card_Name, Item));
+ end;
Page.Append_Code ("<p>");
Page.Append_Code (Topology_Manager.Http.Common.Button_Replace_Page (Username,
Card_Name));
Do you want me to commit it ?
- Status changed from Resolved to New
- Status changed from New to Closed
- Assigned To changed from Legay Eric to Grave Xavier
Also available in: Atom
PDF