← Back to team overview

dhis2-devs team mailing list archive

[Bug 1250403] [NEW] Import/Export DataElementOperand

 

Public bug reported:

Hi Morten,
 
We are facing a problem during export/import, once dataelementoperand is empty after import.
 
We found this:
 
org.hisp.dhis.dxf2.metadata.ExchangeClasses
 
// special class which is created on demand in association with other objects
exportClasses.remove( DataElementOperand.class );
importClasses.remove( DataElementOperand.class );
 
Is there a way to regenerate this table? 
 
Thanks for your help.

** Affects: dhis2
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1250403

Title:
  Import/Export DataElementOperand

Status in DHIS 2:
  New

Bug description:
  Hi Morten,
   
  We are facing a problem during export/import, once dataelementoperand is empty after import.
   
  We found this:
   
  org.hisp.dhis.dxf2.metadata.ExchangeClasses
   
  // special class which is created on demand in association with other objects
  exportClasses.remove( DataElementOperand.class );
  importClasses.remove( DataElementOperand.class );
   
  Is there a way to regenerate this table? 
   
  Thanks for your help.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1250403/+subscriptions


Follow ups

References