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 RingInterface from a CSV file and the frontend part for the CSV import View. Also added the list of RingInterface 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 ring.csv (jira 431) Classes added: RingInterfaceServerCsvHandler, RingInterfaceClientCsvHandler, RingInterfaceCsvImportContainer, RingInterfacePage. Classes modified: CsvAttributeProvider, RinginterfaceView, and ImportServiceImpl.