Preshen99 / EasyGames

Post-Interview Assessment
0 stars 0 forks source link

Editing Comments #2

Open Preshen99 opened 1 year ago

Preshen99 commented 1 year ago

Problem: Editing only one field from the Transaction table, that has Foreign Keys, returned many Validation Errors.

  1. Used fieldset disabled to ensure the other values could not be changed - returned validation errors
  2. Used only one field for comment entry in display - returned errors for fields missing in entitystate.added
Preshen99 commented 1 year ago

With the Dynamic Balance being completed, this will be a simple issue to resolve.

  1. Assuming that @Html.HiddenFor works well, their should not be an issue with resolving the fieldset disabled problem.
  2. With the Dynamic Balance Issue solved, using the method to edit tables that include Foreign Key Constraints will remedy this problem.

This will be resolved tomorrow at latest.