-
Notifications
You must be signed in to change notification settings - Fork 24
Reload on context screen change [PREVIEW] #340
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
Open
nicoe
wants to merge
1,514
commits into
coopengo:master
Choose a base branch
from
nicoe:PCLAS-1175/reload_on_context_change
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Reload on context screen change [PREVIEW] #340
nicoe
wants to merge
1,514
commits into
coopengo:master
from
nicoe:PCLAS-1175/reload_on_context_change
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…talled inside a test [CUSTOM] (coopengo#93) Fix #PJAZZ-1416
Fix PCLAS-552
…CUSTOM] (coopengo#120) PCLAS-540
PCLAS-357 Co-authored-by: Jean Cavallo <[email protected]>
…reate Access [CUSTOM] (coopengo#137) * Fix #CCOOG-474
Fix PCLAS-852 Co-authored-by: Jean Cavallo <[email protected]>
…ons [CUSTOM] (coopengo#309) Fix #PJAZZ-2467
…log" to coog [CUSTOM] (coopengo#275) Fix #PJAZZ-2183
… [CUSTOM] (coopengo#305) * Close the tab related to the screen calling the 'close' client action [PREVIEW] https://bugs.tryton.org/13559 https://bugs.tryton.org/13560 Fix PCLAS-1182 * Add debugging tool [CUSTOM] * Return a promise from widgets display method [CUSTOM] This allows for the scheduling of actions after the display of a view has been finalized. The display methods of the x2M widgets must take care of the fact that the screen display being called afterwards should be return instead of the maybe already resolve promise from the screen initial switch view. * Resolve the wizard promise only when the destroy action is terminated
… resizeable [PREVIEW] (coopengo#327) Fix PCLAS-595
…record from a new group [CUSTOM] (coopengo#333) Fix PCLAS-1303 Co-authored-by: Jean Cavallo <[email protected]>
* Use absolute positioning for the expander span [CUSTOM] Fix PCLAS-1168 This is required because the column resizing sets a width on the col and the div inside the th which make the span tag stack. We can use absolute positioning inside the th because they're sticky and thus absolute will remove the span from the flow. * Iteration for style --------- Co-authored-by: Jean Cavallo <[email protected]>
…current record from a new group [CUSTOM] (coopengo#333)" This reverts commit 5737ffd.
…IEW] (coopengo#335) * Reapply "Parse child node of group tags at the end [PREVIEW] (coopengo#330)" This reverts commit b394893. * Reapply "Compute multi mixed widget form visibility after setting the current record from a new group [CUSTOM] (coopengo#333)" This reverts commit 2261fe8. * Find new key names using the definition from the widget's field [PREVIEW] Fix PCLAS-1308
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix PCLAS-1175
https://bugs.tryton.org/12961