Conversation
…nodes for channel
…rom old Studio default language
…e node already existing.
Prevent reference before assignment error
Check for $refs.editView before calling immediateSaveAll method
Count every resource even if the content_id is repeated
Co-authored-by: Devon Rueckner <indirectlylit@users.noreply.github.com>
Co-authored-by: Devon Rueckner <indirectlylit@users.noreply.github.com>
Co-authored-by: Devon Rueckner <indirectlylit@users.noreply.github.com>
Update PR and issue templates
Fix support for legacy clipboard nodes and Vuex handling for newer clipboard nodes
2021-03-02 Release UX and Data Part II - The UXening.
Updates to issues templates
so they do not re-appear as pending invitations. Fixes #2990
Remove pagination code
…21-03-05 Pagination hotfix
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com>
Make the component's reactivity work also when receiving updated value from its mother component. In a mostly async environment, we can't be sure that the first value received is the correct, up-to-date value, and not the previous outdated value. It can happen that the up-to-date value that should be rendered arrives a couple of milliseconds later, and without reactivity also working from outside to inside, the outdated value would be displayed in such cases. Fixes #2888
- Content defaults are saved in `diffTracker.contentDefaults`, not in `diffTracker.content_defaults` - Prioritize `diffTracker`'s values over `channel.content_defaults` as diffTracker contains the latest updates
…n/elliptic-6.5.4 Bump elliptic from 6.5.3 to 6.5.4
…ot-visible Content defaults reactivity fixes
add distinct to pagination querysets
Release PR for Sprint ending 2021-03-15
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
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.
Merge PR to add updates in release from hotfixes into master (PR #3023) into develop