Skip to content

Resolve "Make Twitter Link on Profile page useable by fixing wrong target URL's"

Tim Zallmann requested to merge 31386-profile-fix-externallinks into master

What does this MR do?

It makes wrongly entered Twitter + LinkedIn URL's on User profiles functional by replacing URLs (https://www.linkedin.com/in/ and https://twitter.com/) with empty strings so that they should result in correct usernames.

Are there points in the code the reviewer needs to double check?

This is my first HAML Code ever so please check if that makes sense and is reasonable.

Why was this MR needed?

Due to no Validation on the Profile Form , there are now wrongly entered URL values.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #31386 (closed)

Merge request reports