Roundup Tracker - Issues

Message6887

Author rouilj
Recipients ThomasAH, dannio, rouilj
Date 2020-02-27.22:07:35
Message-id <1582841256.13.0.678166115488.issue2551082@roundup.psfhosted.org>
In-reply-to
ThomasAH, I agree.

The HTML required class is assigned to exactly the fields you describe.
It looks like a css entry for required is needed. I think:

.required:before {
    content: "*";
    color: red;
    font-weight: bold;
}

to add a red * before required fields should handle this. I can also We 
do have people using the orignzsation field I think (that was the cause 
of the "can't change myuser profile" bug a while back). I think 
removing the phone number makes sense.

Surprisingly I found one of my previous co-workers is registered
on the tracker and has used the phone number 8-).

Dannio, do you think this would solve your issue?

-- rouilj
History
Date User Action Args
2020-02-27 22:07:36rouiljsetmessageid: <1582841256.13.0.678166115488.issue2551082@roundup.psfhosted.org>
2020-02-27 22:07:36rouiljsetrecipients: + rouilj, ThomasAH, dannio
2020-02-27 22:07:36rouiljlinkissue2551082 messages
2020-02-27 22:07:35rouiljcreate