Skip to content
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

Gh 5434 disable send button on message when title and receivers are not set #5465

Merged

Conversation

daniboygg
Copy link
Contributor

@daniboygg daniboygg commented May 2, 2024

Fix #5434

When the user is not able to submit a message, the send button is disabled and this text is shown below:
"Send is disabled because title of message or "to" recipent are not filled in"

Copy link

codecov bot commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.70%. Comparing base (3b80a20) to head (ac6f514).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5465   +/-   ##
=========================================
  Coverage     39.70%   39.70%           
  Complexity    10565    10565           
=========================================
  Files           840      840           
  Lines         44144    44144           
=========================================
  Hits          17529    17529           
  Misses        26615    26615           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

codeclimate bot commented May 15, 2024

Code Climate has analyzed commit ac6f514 and detected 0 issues on this pull request.

View more on Code Climate.

@AngelFQC AngelFQC merged commit 137bc1c into chamilo:master May 16, 2024
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C2 : A message without title will generate a notification but we will loose the content
2 participants