Skip to content

Use DBID in place of FILE in the pseudoRef to DHForm

Marcin Nowak requested to merge mnowak/athena:fix.oneDHF.fid into main

The idea to use "POOL object placement" as a substitute to an actual object Reference turned out to now work in case somebody generates several files with the same name and then tries to merge them. (Placement contains the file name).
This change replaces the file name with the unique POOL DBID generated when creating a file to fix the problem.
The fix is for single DataHeaderForm writing mode not used in production.

Merge request reports