erdomke / InnovatorAdmin

A tool for managing Aras Innovator installations focusing on improving the import/export experience.
http://erdomke.github.io/InnovatorAdmin/
MIT License
58 stars 42 forks source link

Exception on add item in table view #102

Closed rneuber1 closed 8 years ago

rneuber1 commented 8 years ago

If you add an item in the table view and do not fill all required columns, the following exception occurs:

image

rneuber1 commented 8 years ago

Side note: as shown in #99, columns like "id" which are mandantory for adding items are hidden, so in the normal case it is just impossible to add items.

rneuber1 commented 8 years ago

I see, the visibility of columns can be configured. I will close this one and add another issue (make all required columns visible)

rneuber1 commented 8 years ago

Added #103 as a recommendation. I will reopen this issue, because the exception should not been shown to the user but handled instead.