Closed danhartline closed 11 years ago
I don't think there's an easy solution for this. The reason for this is that during the import, the metadata comes in a somewhat arbitrary order.. When you apply a template with these fields to the folder or parent folders, the order should stabilize. Just make sure that all of the fields are represented. (I tried it on the example you gave me, it seemed to work)
Great, Julian -- that sounds like a reasonable solution, and it makes sense -- no template, no info on order. Hopefully your fixes for the template editor will stabilize that!
D
I don't think there's an easy solution for this. The reason for this is that during the import, the metadata comes in a somewhat arbitrary order.. When you apply a template with these fields to the folder or parent folders, the order should stabilize. Just make sure that all of the fields are represented. (I tried it on the example you gave me, it seemed to work)
Reply to this email directly or view it on GitHub: https://github.com/julianh2o/Podbase/issues/57#issuecomment-20559985
Daniel K. Hartline Research Professor and Director Bekesy Laboratory of Neurobiology University of Hawaii at Manoa Honolulu, HI 96822 www.pbrc.hawaii.edu/~danh
Summary: hoped-for stabilization by template did not work
I've improved the behavior of this, I believe everything should sort as expected now.
The metadata attribute fields displayed in the display box appear in a different order going from image to image in a folder (haven't checked between folders).
Current situation (2013-07-24):
Original issue:
Thus, for the first image of folder /InvertebrateMyelin/tem/caridean/S.marmo/sm062/Grid07-07_B3 (TEM49) the display is:
"Box #, Grid #, Fixation by, Specimen ID, Species"
but for the next image down the list (TEM55) it is:
"Box #, Species, Specimen ID, Fixation by, Fixation date, Grid #"
and it jumps around as you continue down the list. Ideally, one would want the ability that PB1 had of setting the order of display, and which fields are visible, in the template editor. That was quite convenient. Can that be provided?