AIDA 5.6 Squeak WebSecurityManagerApp bug

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

AIDA 5.6 Squeak WebSecurityManagerApp bug

Rob Rothwell
Maybe someone already caught this, but a clean AIDA 5.6 install on Squeak has:

WebSecurityManagerApp>>actionAddUser
    self group ~= '' ifTrue: [self observee addGroup: self group].
    self newView: #groups.

Which should be changed to:

WebSecurityManagerApp>>actionAddUser
    self usr ~= '' ifTrue: [self observee addUser: self usr].
    self newView: #users.

Rob Rothwell

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida
Reply | Threaded
Open this post in threaded view
|

Re: AIDA 5.6 Squeak WebSecurityManagerApp bug

Nicolas Petton
Hi Rob,

Yes, it's already in the Squeak repo, but thanks anyway.

Nicolas

Le vendredi 08 février 2008 à 09:16 -0500, Rob Rothwell a écrit :

> Maybe someone already caught this, but a clean AIDA 5.6 install on
> Squeak has:
>
> WebSecurityManagerApp>>actionAddUser
>     self group ~= '' ifTrue: [self observee addGroup: self group].
>     self newView: #groups.
>
> Which should be changed to:
>
> WebSecurityManagerApp>>actionAddUser
>     self usr ~= '' ifTrue: [self observee addUser: self usr].
>     self newView: #users.
>
> Rob Rothwell
> _______________________________________________
> Aida mailing list
> [hidden email]
> http://lists.aidaweb.si/mailman/listinfo/aida
--
Nicolas Petton
http://nico.bioskop.fr
            ___
          ooooooo
         OOOOOOOOO
        |Smalltalk|
         OOOOOOOOO
          ooooooo
           \   /
            [|]
--------------------------------
Ma clé PGP est disponible ici :
http://nico.bioskop.fr/pgp-key.html

_______________________________________________
Aida mailing list
[hidden email]
http://lists.aidaweb.si/mailman/listinfo/aida

signature.asc (196 bytes) Download Attachment