Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot set property 'x' of undefined (DataGridLayout.js) #645

Closed
pashminakazi opened this issue Jan 1, 2020 · 2 comments
Assignees

Comments

@pashminakazi
Copy link
Contributor

Project Details are :
https://paste.apache.org/cpo8y
Test case is available on VDI.
Go to Fixed Asset from Select in Menu
Go to Reporting Levels -> Region from Setups in Menu
File : com/dbz/modules/FA/dbzRptLvl1Setup.mxml

In dbzRptLvl1Setup we are using dbzSetupList.mxml which is in Lib
in dbzRptLvl1Setup
SetupList.setupColumn1.visible=false; (CNIC)
SetupList.setupColumn2.visible=false; (Address)
those were working as visible=false before changes in SDK on VDI
image

After changes on SDK there is a exception on Console "Cannot set property 'x' of undefined" So the
SetupList.setupColumn1.visible=false; (CNIC)
SetupList.setupColumn2.visible=false; (Address)
is not visible=false because of this exception i think

reportinglevel column issue

@pashminakazi
Copy link
Contributor Author

I didn't clone SDK on VDI it takes about 2 hour to clone and compile sdk on VDI because it downloads dependencies very slowly and i have to leave after half an hour.
So i clone sdk locally compile,zip and unzip on VDI but promise there is no change i made on SDK so Pleaseeee Check this issue today.

@aharui aharui self-assigned this Jan 2, 2020
@aharui aharui closed this as completed in a79d913 Jan 2, 2020
@pashminakazi
Copy link
Contributor Author

@aharui Thanks issue resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants