Created sticky note. Went to overview page (localhost/sticky-notes/list). Clicked on edit for one of the notes. Edited text of the note. Two problems:

1) The author was changed to anonymous (even though I was logged in as site admin).
2) The note is no longer visible on the node where it was originally created.

Editing text of the note within the note itself (on the page it was created), works just fine.

Note: permissions are set up so everyone can see the overview page and notes, but only the site admin can add or modify any note.

Comments

rkodrupal’s picture

Interesting. The notes that disappeared above are visible to the anonymous user (but not the site administrator).

berliner’s picture

Oh, thanks for reporting. I will check this and give you feedback.

berliner’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Priority: Normal » Major
Status: Active » Needs review

Hey, ok, I was able to reproduce the described problem and I think I fixed it. The changes have just been committed to CVS. Could you please download the latest version from the repository (Drupal-6--1) and try whether this solves your problems? If so I would consider a minor update release because I consider this a serious bug.

rkodrupal’s picture

didn't work.

placed 6.x-1.x-dev in sites/all/modules ... successfully ran update.php. no problems showing in the log report. still gives the same error (changes username to anonymous and the sticky is only visible for anonymous users). the original sticky was tagged for public visibility as is the changed sticky.

berliner’s picture

Did you download the dev release or did you check it out from CVS? In the first case it might be that the packaging script hasn't run yet when you downloaded the dev version. sticky_notes.module should have version 1.1.2.11, can you confirm this?

rkodrupal’s picture

sorry about that.
yes indeed 1.1.2.11 has fixed the problem.

berliner’s picture

Status: Needs review » Fixed
berliner’s picture

This fix is in version 1.1 now

rkodrupal’s picture

confirmed fix.

Status: Fixed » Closed (fixed)

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