editableviews 7.x-1.0-beta10

Bug fixes
New features

Changes since 7.x-1.0-beta9:

  • #2538068 by plopesc: Added option to save entities using Batch API.
  • #2356573 by joachim: Fixed widgets from a different module to the field type not working.

editableviews 7.x-1.0-beta9

Bug fixes
New features

Changes since 7.x-1.0-beta8:

  • #2329199 by joachim: Fixed hook_field_attach_validate() is invoked multiple times on the same entity, once for each field.
  • by joachim: Fixed test Feature module not set to hidden.
  • by joachim: Added Views field that outputs a jump link to the form's save button.
  • by joachim: Fixed grammar in documentation.
  • by joachim: Fixed warning when no entities are saved.

editableviews 7.x-1.0-beta8

Bug fixes
New features

Changes since 7.x-1.0-beta7:

  • by joachim: Added setting to use field handler label as form element label rather than Entity metadata property label.
  • by joachim: Added setting to reverse value of boolean metadata properties in the form.
  • #2090731 by joachim: Added an editable field handler for general Entity API metadata properties.
  • by joachim: Added missing test dependencies to .info file.
  • #2244485 by joachim: Updated test feature to Features 2.0.

editableviews 7.x-1.0-beta7

Bug fixes
New features

Changes since 7.x-1.0-beta6:

  • #2089521 by drone.ah: Fixed notice for fields on missing entity types.
  • by joachim: Added tests for basic views without relationships, and views with a relationship on an entityreference field.
  • #2000254 by joachim: Fixed warning on (incomplete!) views with no editable fields.

editableviews 7.x-1.0-beta6

Bug fixes

Changes since 7.x-1.0-beta5:

  • #1967392 by joachim: Fixed entities getting created for relationships without editable fields.
  • by joachim: Fixed missing theme path property in hook_views_plugins().
  • #1967938 by joachim: Fixed entities of wrong type stored in the lookup array when a relationship produces no entity.

editableviews 7.x-1.0-beta5

Bug fixes

Changes since 7.x-1.0-beta4:

  • #1959418 by joachim: Fixed editable fields on view base table not getting grouped correctly into lookup arrays.

editableviews 7.x-1.0-beta4

New features

Changes since 7.x-1.0-beta3:

  • by joachim: Added coordinates lookup to the form array for use by custom handlers.
  • by joachim: Changed connect_new_entities() to use combined array of coordinates.
  • by joachim: Changed form builder to receive both forward and reverse coordinate lookups.

editableviews 7.x-1.0-beta3

Bug fixes

Changes since 7.x-1.0-beta2:

  • by joachim: Fixed fatal when attempting to create entities for unrequired relationships with no editable fields.
  • by joachim: Moved the building of lookup of field handlers grouped by relationship to take place before entities are created.
  • by joachim: Fixed entities with no editable fields being saved.
  • by joachim: Fixed error message on entity relationships with no editable fields.
  • by joachim: Changed gathering of entities from view result to be done by relationship rather than by relationship alias.

editableviews 7.x-1.0-beta2

Bug fixes

Changes since 7.x-1.0-beta1:

  • #1947772 by joachim: Fixed node title editable field failing when parent field handler doesn't add the 'nid' field to the query.
  • by joachim: Updated TODOs.
  • by joachim: Removed exception throwing made obsolete by View validation.
Subscribe with RSS Subscribe to Releases for Editable Views