forked from mattermost/mattermost
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[MA-12]: Add label to form field in channel header #12
Closed
Conversation
This file contains 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
SaurabhSharma-884
changed the base branch from
master
to
ma_11/issue_mm_55285
December 9, 2024 07:33
SaurabhSharma-884
changed the base branch from
ma_11/issue_mm_55285
to
master
December 9, 2024 07:33
SaurabhSharma-884
changed the title
[MA-12]: Ad label to form field in channel header
[MA-12]: Add label to form field in channel header
Dec 9, 2024
|
Test | Retries |
---|---|
Postgres (Results) | |
com/mattermost/mattermost/server/v8/channels/api4.TestClientListOutgoingOAuthConnection/filter_by_audience | 1 |
com/mattermost/mattermost/server/v8/channels/api4.TestClientListOutgoingOAuthConnection/return_result | 1 |
com/mattermost/mattermost/server/v8/channels/api4.TestClientListOutgoingOAuthConnection | 1 |
|
Test | Retries |
---|---|
MySQL (Results) | |
com/mattermost/mattermost/server/v8/channels/api4.TestPublishUserTyping/should_send_typing_event_via_websocket_when_triggering_a_typing_event_for_a_user_with_a_common_channel | 1 |
com/mattermost/mattermost/server/v8/channels/api4.TestPublishUserTyping | 1 |
ayush-chauhan233
approved these changes
Dec 11, 2024
|
Test | Retries |
---|---|
Postgres with binary parameters (Results) | |
com/mattermost/mattermost/server/v8/channels/api4.TestUpdateOAuthApp | 1 |
SaurabhSharma-884
force-pushed
the
ma_12/issue_mm_61571
branch
2 times, most recently
from
December 20, 2024 09:39
f8ddce6
to
10c4a4f
Compare
SaurabhSharma-884
force-pushed
the
ma_12/issue_mm_61571
branch
from
January 2, 2025 14:45
da06a13
to
4018507
Compare
… in AdvancedTextEditor (mattermost#29754)
SaurabhSharma-884
force-pushed
the
ma_12/issue_mm_61571
branch
from
January 7, 2025 06:45
4018507
to
dfb076b
Compare
|
Test | Retries |
---|---|
MySQL (Results) | |
com/mattermost/mattermost/server/v8/channels/api4.TestWebHubCloseConnOnDBFail | 1 |
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.
Summary
Associate visual label with form field in form - Edit the text appearing next to the channel name in the header.
Ticket Link
https://mattermost.atlassian.net/browse/MM-61571
Screenshots
Release Note
NONE