Opened 8 years ago
Closed 8 years ago
#12847 closed defect (fixed)
AttributeError: 'ConfigurationAdminPanel' object has no attribute '_do_add'
Reported by: | 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)
Change History (9)
comment:1 follow-up: 2 Changed 8 years ago by
Keywords: | 0.5.5 - Define first user removed |
---|---|
Summary: | AccountManager 0.5.5 - First user → AttributeError: 'ConfigurationAdminPanel' object has no attribute '_do_add' |
comment:2 follow-up: 3 Changed 8 years ago by
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 Changed 8 years ago by
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:5 Changed 8 years ago by
OK !
To the insensitive Button Problem.
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 !
comment:6 Changed 8 years ago by
Owner: | changed from Steffen Hoffmann to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:8 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
There is no AccountManager 0.5.5. There is a 0.4.4 and 0.5dev. Which are you running?