pacifica / pacifica-metadata-mgmt

Pacifica Metadata Management Interface
GNU Lesser General Public License v3.0
0 stars 3 forks source link

[Bug] Add tests for updating table entries (users specifically) #22

Closed GitBytes closed 5 years ago

GitBytes commented 5 years ago

Pacifica Metadata Management version

v0.2.0

Pacifica Core Software versions

pacifica-metadata 0.10.3

Scenario:

Trying to edit a user (middle name).

Steps to Reproduce:

Open user (any) in users view, change middle initial or other field and hit save.

Expected Result:

Changed value.

Actual Result:

Getting a 400 on insert via PUT method in syslog.

dmlb2000 commented 5 years ago

Pretty sure this is the same as #25