We have moved to Github. Please open tickets there.

Opened 19 months ago

Closed 17 months ago

Last modified 16 months ago

#4069 closed Defect (fixed)

External pages: save created new object every time

Reported by: coldtrick Owned by:
Priority: normal Milestone: Elgg 1.8.3
Component: External Pages Version: 1.8
Severity: major Keywords:
Cc: brett@… Difficulty:

Description

The save/edit action of external pages creates a new object every time one is edited.

example:
create the terms page, save. Then edit and save etc. there will be multiple object => terms entities.

In the form a hidden input is given "guid" which should be used for edit.
In the action a guid is asked "expage_guid" which isn't used (and not supplied).
If the guid was catched correctly and supplied to new ElggObject everything should be fine (I think).

Change History (3)

comment:1 Changed 17 months ago by cash

  • Milestone changed from Needs Review to Elgg 1.8.3
  • Version changed from Github Master to 1.8

comment:2 Changed 17 months ago by Cash Costello

  • Resolution set to fixed
  • Status changed from new to closed

Fixes #4069 reusing the previous ElggObject for external pages

Changeset: 926e11996080ee84c6c405910c06615b8db55ff5

comment:3 Changed 16 months ago by Cash Costello

Fixes #4069 reusing the previous ElggObject for external pages

Changeset: 926e11996080ee84c6c405910c06615b8db55ff5

Note: See TracTickets for help on using tickets.