I have an Image field which I have added formatting options to.
I am able to edit the form and save the node. This saves it in the database and it behaves as I would expect.
Later when I edit the node the default values are not populated with what is currently in the database, so I run the risk of saving over what is currently there when I do another update.

This issue is due to the fact that the data is not unserialized as it comes out of the database, so the default value is set to 'a' or similar instead of a valid value.

Comments

superspring’s picture

Status: Active » Needs review

This patch fixes the issue addressed above.

My local version is also running the following patch:
https://drupal.org/node/1393488#comment-6653006

chris matthews’s picture

This patch fixes the issue addressed above.

Did you intend to upload a patch for #2276025: Image Fields?

chris matthews’s picture

Status: Needs review » Active
chris matthews’s picture

Version: 7.x-1.0-beta3 » 7.x-1.x-dev
Priority: Major » Normal
_shy’s picture

Status: Active » Closed (outdated)

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.

Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.