-
Notifications
You must be signed in to change notification settings - Fork 136
Production release 2.4.16 #3439
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
Merged
Merged
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
[HOTFIX] [PROD] Post-release 2.4.15.1
…conditions for estimation calculator.
Hotfix/post release 2.4.15.2
Hotfix/post release 2.4.15.2 (small fix)
When we navigate to any page being logged-out we are redirecting to login page. The same time we should keep the FULL URL which we have before so after login we can redirect back to the same page we were trying to navigate. Before this fix we only keep a part of URL so sometimes we redirect back not to the exact page we were going to intially.
[Hotfix] [DEV] post release 2.4.15.3 fix: keep the whole URL when redirecting after log-in
Topcoder Connect - Avoid unnecessary requests
add timezone input in profile settings page
Feature/add timezone field
… if the option is hidden by conditions.
…ote is to be shown.
If we don't set default question value it would be an empty string "" by default. This may cause errors while indexing in ES in case later empty string value is changed to other data type like "array", "object" or maybe even "number". Also, potentially, code which relies on the questions values may expect consistent data type, though I don't know any issues so far. At the moment this fix is only for "add-ons" question type.
[DEV] [HOTFIX] support Skills questions showing all skills without filtering by categories
[DEV] [HOTFIX] support Skills questions showing all skills without filtering by categories, part 2
f2f avoid draft status
…ion-values Feature/consistent default question values
feat: Allow accept/decline multiple copilot invitation requests in parallel. Also, it fixes issue #3406
fix: customer team dialog and topcoder team show memberinfo correct
…hone-field revert business phone to be mandatory field in profile settings
fix for issue #3400
# Conflicts: # src/components/TeamManagement/TeamManagement.jsx
[V4] Member List UI Redesign
…esign fix sticky issue #3432
ref issue #3419
There was an error "An invalid form control with is not focusable."
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.
New Team Layout with more member information.
Added work hours and timezone attributes to the member profile.
Contains new invite flow which contains capability of Join/Decline via the invite mail itself.
Bug fixes