nesh170 / asap-inventory-system

This is a concept inventory system for ECE458. It is built by ASAPsolutions
1 stars 0 forks source link

Low Priority: Remove custom field modifications from log when creating a new item #178

Open pht5 opened 7 years ago

pht5 commented 7 years ago

This is low priority, and it's probably more trouble than it's worth, but when you create a new item and set custom field values, you end up with several entries in the log - one for creating the item, and one for each custom field set, which is a "Custom Field Modified" log. Since the user just thinks they're doing one item creation, this is unnatural.

screen shot 2017-03-16 at 5 23 19 pm
nesh170 commented 7 years ago

This is due to the way custom fields is designed, since they are seperate api calls :/ it triggers the logger each time.

I will look into this at the end of this sprint if we have additional time