You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Ashish Nagar <as...@hotwaxmedia.com> on 2009/04/22 14:54:36 UTC

Error in BlueLight theme for ant target created admin user

Hello All,

When I create admin user using command ant create-admin-user-login, I 
get my admin user with "FULLADMIN" security group. But when I login with 
this userLogin, I get error while applying BlueLight theme and the whole 
UI gets scattered.

This is because of the reason as there creates no party for the admin 
user created by the above command and in 
/themes/bluelight/includes/header.ftl, userLogin.partyId is used as <li 
class="user"><a 
href="/partymgr/control/viewprofile?partyId=${userLogin.partyId}">${userName}</a></li>.

This issue should be fixed so as to make it accessible for ant target 
created admin user too.


Thanks & Regards,
--
Ashish Nagar




Re: Error in BlueLight theme for ant target created admin user

Posted by Jacopo Cappellato <ja...@hotwaxmedia.com>.
Thanks,

this is fixed in rev.  767509

Jacopo

On Apr 22, 2009, at 2:54 PM, Ashish Nagar wrote:

> Hello All,
>
> When I create admin user using command ant create-admin-user-login,  
> I get my admin user with "FULLADMIN" security group. But when I  
> login with this userLogin, I get error while applying BlueLight  
> theme and the whole UI gets scattered.
>
> This is because of the reason as there creates no party for the  
> admin user created by the above command and in /themes/bluelight/ 
> includes/header.ftl, userLogin.partyId is used as <li  
> class="user"><a href="/partymgr/control/viewprofile?partyId=$ 
> {userLogin.partyId}">${userName}</a></li>.
>
> This issue should be fixed so as to make it accessible for ant  
> target created admin user too.
>
>
> Thanks & Regards,
> --
> Ashish Nagar
>
>
>