ClearFoundation Tracker - ClearOS | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001943 | ClearOS | app-users - User Manager | public | 2014-09-02 09:51 | 2014-12-23 16:15 |
Reporter | bchambers | ||||
Assigned To | user2 | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 6.6.0 Beta 2 | ||||
Target Version | Fixed in Version | 6.6.0 Beta 2 | |||
Summary | 0001943: Editing of users not possible | ||||
Description | Version 1.0.6-1 of app-users in updates-testing repo sets 'no_action' option for a licensing warning (eg. 2 Zarafa CAL remaining), but does not unset this parameter when used again for the users table. This prevents the Edit/Delete buttons from displaying. I doubt this was intended behaviour. Unset these variables after use: if (!empty($warning_items)) { // TODO: a nice warning icon would be nice $headers = array( lang('base_app'), lang('base_subscription') ); $options['default_rows'] = 50; $options['sort'] = FALSE; $options['no_action'] = TRUE; echo summary_table( lang('base_subscription_warnings'), array(), $headers, $warning_items, $options ); unset($options); // <------------ NEW } | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-09-02 09:51 | bchambers | New Issue | |||
2014-09-02 11:31 | user2 | Note Added: 0001288 | |||
2014-09-02 11:31 | user2 | Status | new => confirmed | ||
2014-09-02 11:31 | user2 | Product Version | 6.5.0 Updates => 6.6.0 Beta 2 | ||
2014-09-02 11:32 | user2 | Status | confirmed => resolved | ||
2014-09-02 11:32 | user2 | Fixed in Version | => 6.6.0 Beta 2 | ||
2014-09-02 11:32 | user2 | Resolution | open => fixed | ||
2014-09-02 11:32 | user2 | Assigned To | => user2 | ||
2014-12-23 16:15 | user2 | Status | resolved => closed |
Notes | |||||
|
|||||
|
|