← Back to team overview

dhis2-devs team mailing list archive

[Bug 1250403] Re: Import/Export DataElementOperand

 

Hi,

I don't remember the exact details, but
compulsoryDataElementOperands/greyedFields was disabled because it
caused issues with our importer, I think it was related to how they are
stored (which is different from the rest of our types).

If it's important, we might be able to look at it before the 2.14
release.. can you create a bug report for it?


--
Morten

-- 
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


References