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

Context variable #4

Closed
EdwinBetanc0urt opened this issue Dec 19, 2018 · 4 comments
Closed

Context variable #4

EdwinBetanc0urt opened this issue Dec 19, 2018 · 4 comments

Comments

@EdwinBetanc0urt
Copy link
Collaborator

handle context variables in the client based on session storage

@yamelsenih yamelsenih added the (UILP) UI Lookups Lookups of Fields label Dec 28, 2018
@yamelsenih yamelsenih added this to the ADempiere UI 1.0 milestone Dec 28, 2018
@yamelsenih
Copy link
Member

@EdwinBetanc0urt can you add more description or a image for it?

@yamelsenih yamelsenih added 24 Basic Changes and removed (UILP) UI Lookups Lookups of Fields labels Dec 28, 2018
@yamelsenih yamelsenih pinned this issue Jan 7, 2019
@yamelsenih yamelsenih unpinned this issue Jan 17, 2019
@elsiosanchez
Copy link
Collaborator

it was changed to Localstorage so that the data is still stored so that the window is changed or updated and the only way to delete the data is to indicate it

@EdwinBetanc0urt
Copy link
Collaborator Author

It will be handled in global objects with Vue.prototypes, so they can be accessed from any site in the app, and avoid conversion and call from localStorage or sessionStorage optimizing performance.

@EdwinBetanc0urt
Copy link
Collaborator Author

  • Global context variables.
    context

  • Container context variables, the Container is equivalent to window, report, smart browse, form and workflow, identified by the uuid, and with the values of the fields of the first subcontainer (tab).
    context containers

  • Fields of the sub container.
    context sub container

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

3 participants