Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011047 | Openbravo ERP | A. Platform | public | 2009-10-20 10:50 | 2009-11-03 00:00 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | urgent | Severity | major | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0011047: Create a session management window |
Description | Create a new window that allows system administrator to view which are the currently active sessions and kill them. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | main |
Relationships | related to | defect | 0010302 | | closed | alostale | Expired OBPS says that users will not be able to log in but they can | related to | defect | 0011099 | | closed | alostale | Show user in session tab |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-10-20 10:50 | alostale | New Issue | |
2009-10-20 10:50 | alostale | Assigned To | => alostale |
2009-10-20 10:52 | alostale | Relationship added | related to 0010302 |
2009-10-21 12:21 | alostale | Note Added: 0021258 | |
2009-10-21 12:22 | hgbot | Checkin | |
2009-10-21 12:22 | hgbot | Note Added: 0021259 | |
2009-10-21 12:22 | hgbot | Status | new => resolved |
2009-10-21 12:22 | hgbot | Resolution | open => fixed |
2009-10-21 12:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4e56dd38ec7bbe3bbf4ae6239b843c0e4aae7352 [^] |
2009-10-21 15:51 | hgbot | Checkin | |
2009-10-21 15:51 | hgbot | Note Added: 0021275 | |
2009-10-21 15:51 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/4e56dd38ec7bbe3bbf4ae6239b843c0e4aae7352 [^] => http://code.openbravo.com/erp/devel/pi/rev/43aebd51aff4001c6bd8fbfd8b40bb8ea8b96ef7 [^] |
2009-10-22 16:51 | alostale | Note Added: 0021343 | |
2009-10-22 19:26 | psarobe | Tag Attached: main | |
2009-10-23 08:11 | alostale | Relationship added | related to 0011099 |
2009-11-02 15:44 | shuehner | Status | resolved => closed |
2009-11-02 15:44 | shuehner | Note Added: 0021509 | |
2009-11-03 00:00 | anonymous | sf_bug_id | 0 => 2890985 |
Notes |
|
|
Currently there's already a Session window under Security menu entry. This tab will be modified to support killing sessions. |
|
|
(0021259)
|
hgbot
|
2009-10-21 12:22
|
|
Repository: erp/devel/pi
Changeset: 4e56dd38ec7bbe3bbf4ae6239b843c0e4aae7352
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Oct 21 12:21:55 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4e56dd38ec7bbe3bbf4ae6239b843c0e4aae7352 [^]
fixed issue 11047: Create a session management window
---
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_PROCESS.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
A src/org/openbravo/erpCommon/ad_process/KillSession.java
---
|
|
|
(0021275)
|
hgbot
|
2009-10-21 15:51
|
|
|
|
|
|
|
|
Verified. Works as expected. List of active sessions is displayed. Force-Logout of a session is possible and works. Force-Logout of your own session is blocked with an error message. |
|