Modify

Opened 8 years ago

Closed 8 years ago

#12847 closed defect (fixed)

AttributeError: 'ConfigurationAdminPanel' object has no attribute '_do_add'

Reported by: j.j.p@… Owned by: Ryan J Ollos
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.0

Description

On define first User on Track with AccountManager,comes this error Message:

AttributeError: 'ConfigurationAdminPanel' object has no attribute '_do_add'

Attachments (1)

insensitive_button.png (10.0 KB) - added by Juan José Prögler 8 years ago.
Insensitive Button

Download all attachments as: .zip

Change History (9)

comment:1 Changed 8 years ago by Ryan J Ollos

Keywords: 0.5.5 - Define first user removed
Summary: AccountManager 0.5.5 - First userAttributeError: 'ConfigurationAdminPanel' object has no attribute '_do_add'

There is no AccountManager 0.5.5. There is a 0.4.4 and 0.5dev. Which are you running?

comment:2 in reply to:  1 ; Changed 8 years ago by anonymous

Replying to rjollos:

There is no AccountManager 0.5.5. There is a 0.4.4 and 0.5dev. Which are you running?

Sorry,i use 0.5dev !

comment:3 in reply to:  2 Changed 8 years ago by anonymous

Replying to anonymous:

Replying to rjollos:

There is no AccountManager 0.5.5. There is a 0.4.4 and 0.5dev. Which are you running?

Sorry,i use 0.5dev !

I try whit Version 0.4.4 & Cookbook for Create new User - but not work. Then i try with the 0.5dev Version, and "breaks" with the _do_add. Y have copyied the _do_add from the another Class, into the ConfigurationAdminPanel- Class. And it works !! (only the last html-site finish button, remains insensitive). Y can press "add new user" , but not finish the Setup..

comment:4 Changed 8 years ago by Ryan J Ollos

Sounds like it might be caused by r14910. I'll take a look.

Changed 8 years ago by Juan José Prögler

Attachment: insensitive_button.png added

Insensitive Button

comment:5 Changed 8 years ago by Juan José Prögler

OK !

To the insensitive Button Problem.

Insensitive Button

I have made a change in admin_accountsconfig.html on line 984 for working:

            <input type="submit" name="save" py:if="active == (len(steps) - 1)"
                 title="${dgettext('acct_mgr', 'Save changes and exit wizard')}"
                 value="${dgettext('acct_mgr', 'Apply changes')}" />
            <!--  JP   disabled="${not completion.ready and 'disabled' or None}" /> -->

Thanks !

Last edited 8 years ago by Ryan J Ollos (previous) (diff)

comment:6 Changed 8 years ago by Ryan J Ollos

Owner: changed from Steffen Hoffmann to Ryan J Ollos
Status: newaccepted

comment:7 Changed 8 years ago by Ryan J Ollos

In 15715:

0.5dev: Fix regression in r14910

Refs #12847.

comment:8 Changed 8 years ago by Ryan J Ollos

Resolution: fixed
Status: acceptedclosed

comment:5 is due to #12228. I'll reference that ticket when fixing the issue.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.