Details
-
Type:
Task
-
Status:
Done
(View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: UCMDB
-
Labels:None Labels
-
Customer:Mobinets
Description
Added the backend part to import BDInterface from a CSV file and the frontend part for the CSV import View. Also added the list of BDInterface attributes with their translations, and the pagination of the import by created a new page to hold the list and the import, and added a button to open the import page.finnaly tested it with DBI .csv (jira 429) Classes added: BdiInterfaceServerCsvHandler, BDInterfaceClientCsvHandler, BDInterfaceCsvImportContainer, BDIinterfacePage, BdInterfacePage. Classes modified: CsvAttributeProvider, BdinterfaceView, and ImportServiceImpl.