You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using arc i edit on an Investigation that already has a Comment field (e.g. Comment[myComment] with an arbitrary value), the ArcCommander overwrites the current Investigation with a completely empty one. It doesn't matter what you edit with arc i edit, except for deleting the Comment field or altering it.
To Reproduce
Steps to reproduce the behavior:
Create an ARC with an Investigation
With the ArcCommander:
a. Use arc i edit
b. Write Comment[myComment]: test into a new line
c. Save and close the text editor prompt
With MS Excel (or any program that can be used to work with Xlsx files):
a. Open the Investigation file
b. Insert a new line into the INVESTIGATION section and write Comment[myComment] in column A and test in column B
c. Save and close the program
Use arc i edit
Close the text editor prompt
See error
Expected behavior
No error, normal behavior when using arc i edit
Screenshots
Additional context
Might be an error solely coming from ISADotNet.Xlsx but could also be a problem coming from how the ArcCommander uses ISADotNet functions.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using
arc i edit
on an Investigation that already has a Comment field (e.g.Comment[myComment]
with an arbitrary value), the ArcCommander overwrites the current Investigation with a completely empty one. It doesn't matter what you edit witharc i edit
, except for deleting the Comment field or altering it.To Reproduce
Steps to reproduce the behavior:
a. Use
arc i edit
b. Write
Comment[myComment]: test
into a new linec. Save and close the text editor prompt
a. Open the Investigation file
b. Insert a new line into the
INVESTIGATION
section and writeComment[myComment]
in column A andtest
in column Bc. Save and close the program
arc i edit
Expected behavior
No error, normal behavior when using
arc i edit
Screenshots
Additional context
Might be an error solely coming from ISADotNet.Xlsx but could also be a problem coming from how the ArcCommander uses ISADotNet functions.
The text was updated successfully, but these errors were encountered: