Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #54882 All Revisions ] Back to Issue ]
Summary 0054882: Fields related to sqllogic columns are force to be read only
Revision 2024-04-08 12:04 by AugustoMauch
Steps To Reproduce To be able to reproduce the issue, apply the attached 54882_reproducer.diff or:

    As System Admin:

    Create a dummy column "M_Warehouse_ID" (Tabledir) in M_Storage_Detail table with sql logic = select max(l.m_warehouse_id) from m_locator l

    Go to Window, Tabs and fields and find the "Box Handling Unit P&E".
    Go to tab, then fields
    Add a new field for the new column. Make sure it's shown in grid and is not set as read only.

Then:

Run ant smartbuild

Go to Handling unit window, create a new record and press the Box button.

In the grid see the field is displayed, but it can't be edited. This is wrong, the user should be able to change the value if the field is not readonly
Revision 2024-04-08 12:02 by AugustoMauch
Steps To Reproduce As System Admin:

Create a dummy column "M_Warehouse_ID" (Tabledir) in M_Storage_Detail table with sql logic = select max(l.m_warehouse_id) from m_locator l

Go to Window, Tabs and fields and find the "Box Handling Unit P&E".
Go to tab, then fields
Add a new field for the new column. Make sure it's shown in grid and is not set as read only.

Run ant smartbuild

Go to Handling unit window, create a new record and press the Box button.

In the grid see the field is displayed, but it can't be edited. This is wrong, the user should be able to change the value if the field is not readonly
Revision 2024-04-08 08:44 by AugustoMauch
Steps To Reproduce As System Admin:

Create a dummy column "M_Warehouse_ID" (Tabledir) in M_Storage_Detail table with sql logic = (select max(m_warehouse_id) from m_locator l where l.m_locator_id = m_locator_id)

Go to Window, Tabs and fields and find the "Box Handling Unit P&E".
Go to tab, then fields
Add a new field for the new column. Make sure it's shown in grid and is not set as read only.

Run ant smartbuild

Go to Handling unit window, create a new record and press the Box button.

In the grid see the field is displayed, but it can't be edited. This is wrong, the user should be able to change the value if the field is not readonly


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker