-
Notifications
You must be signed in to change notification settings - Fork 136
Production release 2.4.14 #3285
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
— Initial commit for front end
* [HOTFIX] [PROD] Filter skills ignore case of categories (#3186) * fix: filter skills inside SkillsQuestion component ignoring case of skill categories which come from skill API * improve fix to make sure it's not broken if data from skills API is not complete * Github issue#3189, Unable to activate a phase without explicitly setting start date to today's date — Calculate the end date as well when activating the phase * Fixed bug with last hot fix
Hotfix/post release 2.4.13.4
Hotfix/post release 2.4.13.5
Disable "Save Changes" button again if there is no changes. #3149
…ix milestone - Should fix it.
[DEV] Hotfix/post release 2.4.13.6
Github issue#3202, Progress bar is showing wrong progress for Final fix milestone
…flow Implement scope change request workflow
[DEV] Hotfix/post release 2.4.13.7 (DEV)
# Conflicts: # src/projects/detail/components/EditProjectForm/EditProjectForm.jsx # src/projects/detail/containers/ScopeAndSpecificationContainer.jsx
Feature/scope change workflow
Fix bugs related to scope change request
…topic-name-change Revert "adding temporary condition to avoid old notifications missing"
Explicitly define tags of posts which we count, so even if have some unexpected notification about posts the counter ignores them and still shows the correct number
…tation/features/2789433/detail - Changes to hide the price estimation
…tation/features/2789433/detail - Changes to hide the price estimation
…y param support for smart scope forms.
This reverts commit 0a390c7.
profile settings
… URL query params
(fix for issue #3263) hide country selection alert on outside click in
fix phone number alert in profile settings
Also, log if we are creating a project from scratch or it has been loaded from local storage. All this information could be very useful during debugging or issue reporting.
…rent projects - if query params are changed: ask user if he want to continue editing previous form and start from scratch - if user want to start from scratch keep new query params and clear previous ones - if user want to continue where left, also have restore previous query params
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.
This is minor release with some bug fixes and a couple enhancements needed to meet the requirements of upcoming marketing website.
Enhancements:
Support for auto selecting answer for a question based on query params for the new smart scope forms to allow marketing website to deep link the forms.
Hidden the price estimates for smart scope forms temporarily
Enabled support for email-change vai connect for customers.
Fixed misleading error alert message for project update failure
Code cleanup (Removed unused component
ProjectEstimationSection, Renaming of Kafka topics as per v5 standards, etc)Refactoring of Topic/Post rendering as generic component
PostContainerto allow reuse of the same component multiple times without being tightly coupled to the dashboard messages. It allows us to render the posts for any object in future e.g. we are going to show separate topics for new upcoming work card and its tabs.Bug fixes:
#3149 "Save Changes" stays enabled if we don't have any change in scope form
#3202, Progress bar is showing wrong progress for Final fix milestone
#3221, [Sentry] this.props.onToggle is not a function
#3220, Error in console
this.isChanged is not a function#3263 Connect Registration/Profile Page Improvements #3263Hidden the price estimates for smart scope forms temporarily