Login Request After Sending Message
Think some people have reported this problem, that you are prompted to login when you try to send a message.
Think root of the problem is when you don't fill out the subject field, tested it and it asks me to login.
My guess would be because the reply from the server when sending the message fails and enters the 'else' block of the if statement here (from function 'CC_Profile_Pm_Send'):
success: function(msg) {
//alert(msg);
var result = eval('(' + msg + ')');
$('#panelError').showError(String(result.Message));
if(result.Success == 1) {
$.modal.close();
} else {
CC_Login_Open();
}
So either need to do some validation before posting the message, or server needs to be more lenient and allow for an empty/null subject.
Steve :oP
Think root of the problem is when you don't fill out the subject field, tested it and it asks me to login.
My guess would be because the reply from the server when sending the message fails and enters the 'else' block of the if statement here (from function 'CC_Profile_Pm_Send'):
success: function(msg) {
//alert(msg);
var result = eval('(' + msg + ')');
$('#panelError').showError(String(result.Message));
if(result.Success == 1) {
$.modal.close();
} else {
CC_Login_Open();
}
So either need to do some validation before posting the message, or server needs to be more lenient and allow for an empty/null subject.
Steve :oP
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Thank you for finding this. It is fixed now and will be included in next release.
I’m happy
-
Inappropriate?No problem! :D
Loading Profile...



EMPLOYEE