Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014474Openbravo ERPA. Platformpublic2010-09-08 12:452015-11-10 14:57
mirurita 
platform 
urgentminoralways
closedunable to reproduce 
5
pi 
 
Core
No
0014474: After applying OB 3.0.0 dataset (Roles) error trying to modify inserted Role
Go to Role window and try modify imported role just adding a dummy character in the description field.
The application shows the following error:
      
>>Request parameter required: inpclienlist
1) Using QA testing :
2) Go to enterprise module managament: Apply OB 3.0.0 roles dataset
It will create some new Roles: Finance, Sales, Material Management, Company Admin, ...

2) Go to Role window and try modify imported role just adding a dummy character in the description field.

Error appears
nextMP
png Issue14474.png (70,563) 2012-03-15 16:30
https://issues.openbravo.com/file_download.php?file_id=5084&type=bug
png
Issue History
2010-09-08 12:45miruritaNew Issue
2010-09-08 12:45miruritaAssigned To => alostale
2010-09-13 08:07alostaleAssigned Toalostale => dmitry_mezentsev
2010-09-13 08:08alostaleNote Added: 0030961
2010-09-13 12:42dmitry_mezentsevNote Added: 0030983
2011-07-22 11:51psarobeStatusnew => closed
2011-07-22 11:51psarobeResolutionopen => fixed
2011-07-22 11:52psarobeStatusclosed => new
2011-07-22 11:52psarobeResolutionfixed => open
2011-07-22 11:55psarobeAssigned Todmitry_mezentsev => shuehner
2011-07-22 11:55psarobePrioritynormal => urgent
2011-07-22 11:55psarobeStatusnew => scheduled
2011-07-22 11:55psarobeTarget Version => 3.0MP4
2011-07-22 11:55psarobeSummaryAfter applying QuickStart or OB 3.0.0 dataset error trying to modify inserted Role => After applying OB 3.0.0 dataset (Roles) error trying to modify inserted Role
2011-07-22 11:55psarobeDescription Updatedbug_revision_view_page.php?rev_id=2488#r2488
2011-07-22 11:55psarobeSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=2490#r2490
2011-07-22 11:55psarobeversion => pi
2011-08-30 17:28shuehnerAssigned Toshuehner => alostale
2011-09-27 13:03alostaleTarget Version3.0MP4 => 3.0MP5
2011-10-31 14:28alostaleTarget Version3.0MP5 => 3.0MP6
2011-11-15 08:41alostaleTag Attached: nextMP
2011-11-15 08:42alostaleTarget Version3.0MP6 => 3.0MP10
2012-03-15 10:10alostaleTarget Version3.0MP10 =>
2012-03-15 16:30miruritaFile Added: Issue14474.png
2012-03-15 16:46miruritaNote Added: 0046467
2015-03-11 15:31alostaleStatusscheduled => feedback
2015-03-11 15:32alostaleStatusfeedback => new
2015-03-17 14:37alostaleAssigned Toalostale => platform
2015-11-10 14:57alostaleStatusnew => closed
2015-11-10 14:57alostaleResolutionopen => unable to reproduce

Notes
(0030961)
alostale   
2010-09-13 08:08   
This seems to be a problem with the imported data.
(0030983)
dmitry_mezentsev   
2010-09-13 12:42   
Mikel, Asier,

Could you please clarify this issue a bit?

We were exporting dataset in one 2.50 version and we are trying to import it also for 2.50 (but just another version).

So if it is failing after import IMHO there should be API change explaining this? Or there should be an issue registered that export process works not correct?
(0046467)
mirurita   
2012-03-15 16:46   
(see attached screenshot, I've just tested in live.builds)

clientlist and orglist columns are not present in OB3 roles dataset because we don't want to populate any default value.
The import process is entering an space (' ').

Both columns are not nullable in the database definition.

It seems when updating an imported role it's trying to put a null value in clientlist column.