cancel
Showing results for 
Search instead for 
Did you mean: 

Error when editing records

divided
Champ in-the-making
Champ in-the-making
I am getting this error when I edit the metadata of fileplans/series/records.

{
    "persistedObject": "workspace://SpacesStore/4d61841b-01f6-4235-bc77-ecb48481e9c9",
    "message": "Successfully persisted form for item [node]workspace/SpacesStore/4d61841b-01f6-4235-bc77-ecb48481e9c9"
}

However, it appears that the record is updated with the correct information.

Can anyone shed some light on this?

Thanks in advance.
6 REPLIES 6

rwetherall
Confirmed Champ
Confirmed Champ
Hi,

The message you are receiving seems to indicate that everything has happened successfully.  Why do you consider this an error?  What HTTP response code are you getting?  How are you updating the record in the first place?  Are you using the form service?

Cheers,
Roy

divided
Champ in-the-making
Champ in-the-making
Thanks for the reply.  The code might explain that a successful event has happened (I'm getting a 200 response code), but I consider it an error because it's being loaded as plain text in a popup every time I try to edit an existing record.  To update the record, I hover on the existing record and click "edit metadata."  Then I change what I need to change and save the form.  That's when I get this popup.

rwetherall
Confirmed Champ
Confirmed Champ
Hi,

Ok, so the issue here is that you are seeing a pop-up with clear text JSON after the meta data is updated?

The meta data is updated, but clearly there is no need for this information to be shown.

Cheers,
Roy

divided
Champ in-the-making
Champ in-the-making
Roy,

To answer your question, yes.  And as far as I can tell, everything is being updated correctly.

Thanks.

rwetherall
Confirmed Champ
Confirmed Champ
Ok, I'll see if I can reproduce this on 3.4b.

Cheers,
Roy

dk1
Champ in-the-making
Champ in-the-making
This is not an error.. the message is displaying a success..