Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017115 | Openbravo ERP | A. Platform | public | 2011-05-11 11:14 | 2011-05-12 13:31 |
|
Reporter | psarobe | |
Assigned To | shuehner | |
Priority | immediate | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 10 | OS Version | |
Product Version | pi | |
Target Version | 3.0RC7 | Fixed in Version | 3.0RC7 | |
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 | 0017115: I cannot login into the ERP. js route is not valid |
Description | I cannot login into the ERP. js route is not valid
See attach
Seems to be related with issue 8346
The problem is with the "Replacewith" in the web.xml. Is putting a static path instead the @actual_url_context@/web |
Steps To Reproduce | 1. Login |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0008346 | 3.0MP0 | closed | shuehner | Remove srcClient support |
|
Attached Files | error.png (45,327) 2011-05-11 11:14 https://issues.openbravo.com/file_download.php?file_id=3973&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-11 11:14 | psarobe | New Issue | |
2011-05-11 11:14 | psarobe | Assigned To | => shuehner |
2011-05-11 11:14 | psarobe | File Added: error.png | |
2011-05-11 11:14 | psarobe | Modules | => Core |
2011-05-11 11:14 | psarobe | Status | new => scheduled |
2011-05-11 11:14 | psarobe | fix_in_branch | => pi |
2011-05-11 11:49 | shuehner | Note Added: 0036665 | |
2011-05-11 11:49 | shuehner | Status | scheduled => acknowledged |
2011-05-11 11:50 | shuehner | Relationship added | related to 0008346 |
2011-05-11 12:09 | psarobe | OS | 5 => 10 |
2011-05-11 12:09 | psarobe | fix_in_branch | pi => |
2011-05-11 12:46 | hgbot | Checkin | |
2011-05-11 12:46 | hgbot | Note Added: 0036669 | |
2011-05-11 12:46 | hgbot | Status | acknowledged => resolved |
2011-05-11 12:46 | hgbot | Resolution | open => fixed |
2011-05-11 12:46 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/315eeeb8e20439d4f8428dd2ac5f02772e2339be [^] |
2011-05-11 16:48 | psarobe | Note Added: 0036684 | |
2011-05-11 16:48 | psarobe | Status | resolved => closed |
2011-05-11 16:48 | psarobe | Fixed in Version | => 3.0RC7 |
2011-05-11 16:49 | psarobe | Note Added: 0036685 | |
2011-05-11 16:49 | psarobe | Status | closed => new |
2011-05-11 16:49 | psarobe | Resolution | fixed => open |
2011-05-11 16:49 | psarobe | Fixed in Version | 3.0RC7 => |
2011-05-11 16:49 | psarobe | Note Deleted: 0036684 | |
2011-05-11 17:15 | shuehner | Status | new => scheduled |
2011-05-11 17:15 | shuehner | fix_in_branch | => pi |
2011-05-11 17:16 | psarobe | Status | scheduled => resolved |
2011-05-11 17:16 | psarobe | Resolution | open => fixed |
2011-05-11 17:16 | psarobe | Note Added: 0036687 | |
2011-05-11 17:16 | psarobe | Status | resolved => closed |
2011-05-11 17:16 | psarobe | Fixed in Version | => 3.0RC7 |
2011-05-12 13:31 | hudsonbot | Checkin | |
2011-05-12 13:31 | hudsonbot | Note Added: 0036885 | |
Notes |
|
|
Issue known (got another similar bugreport), will fix today. |
|
|
(0036669)
|
hgbot
|
2011-05-11 12:46
|
|
Repository: erp/devel/pi
Changeset: 315eeeb8e20439d4f8428dd2ac5f02772e2339be
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Wed May 11 12:45:32 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/315eeeb8e20439d4f8428dd2ac5f02772e2339be [^]
Fixed 17115: Fix smartbuild on windows
Change related to 8436 did use '' as value for an now unused parameter which
works fine on linux (its an parameter with an empty value). However on windows
this parameter is ignored so all following parameters shift they position on to
the left breaking their use (as their index changes).
Fix that by using some non-empty dummy value in place for the unusued parameter.
---
M src/build.xml
---
|
|
|
|
|
|
|
|
|
|
|