Hi,
when I go such as structure/content type/ basic page -> edit, this notice appears:

Notice: Undefined index: sa in simple_access_form_node_type_form_alter() (line 385 of ...simple_access.module).

Don´t know what it means...

CommentFileSizeAuthor
#2 simple_access-1211002.patch489 bytesinterx

Comments

laroccadahouse’s picture

same here. using dev version

interx’s picture

StatusFileSize
new489 bytes

simple_access_form() doesn't set the "sa" key anymore like in the D6 version, but uses "simple_access".
Changing it to simple_access makes the "Access" option available again in the content type form.

interx’s picture

Status: Active » Needs review
laroccadahouse’s picture

worked for me. thanks.

jwilson3’s picture

Status: Needs review » Reviewed & tested by the community

Seconded.

joschy3d’s picture

works for me too. many thanks.

andresp’s picture

Category: task » bug
Priority: Normal » Major

this fix also works for me.

Xomby’s picture

Confirmed - Worked for me too. Thank you very much for this quick fix!

robin monks’s picture

Does this module have an active maintainer?

damien_vancouver’s picture

+1 for this patch as well - it fixed the problem for me using 7.x-2.0-beta1.

bartezz’s picture

Issue resolved by patch! Please commit!

atpresources’s picture

worked for me,
thanks,
Thomas

simonbr’s picture

It worked here too. Thank you.

dianacastillo’s picture

Works for me, thanks

gordon’s picture

Status: Reviewed & tested by the community » Fixed

Fixed in dev

jwilson3’s picture

thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 24aac3d on 7.x-2.x, 8.x-3.x by gordon:
    Issue #1211002 by interX | joschy3d: Fixed Notice: Undefined index: sa...