Skip to content

Edit details #12

@ajibarra

Description

@ajibarra

Reported by riotera | November 11th, 2010 @ 01:43 PM

In DetailsController in 'edit' action:

if (empty($this->data)) {
    $this->data['Detail'] = $this->Detail->getSection($this->Auth->user('id'), $section);
}

corrected:

if (empty($this->data)) {
    $data = $this->Detail->getSection($this->Auth->user('id'), $section);
    $this->data['Detail'] = $data[$section];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions