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
Comment #1
rkodrupal commentedInteresting. The notes that disappeared above are visible to the anonymous user (but not the site administrator).
Comment #2
berliner commentedOh, thanks for reporting. I will check this and give you feedback.
Comment #3
berliner commentedHey, 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.
Comment #4
rkodrupal commenteddidn'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.
Comment #5
berliner commentedDid 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?
Comment #6
rkodrupal commentedsorry about that.
yes indeed 1.1.2.11 has fixed the problem.
Comment #7
berliner commentedComment #8
berliner commentedThis fix is in version 1.1 now
Comment #9
rkodrupal commentedconfirmed fix.