Content
View differences
Updated by Aleix Suau over 5 years ago
### **Environment**:
qa-edge
OpenProject 11.1.2
### **Steps to reproduce:**
1. Open work package in split screen.
2. Add comment and reference work package with ##.
### **Actual Behavior**
Work package referenced with ## not rendered (referencing with # works properly).
<figure class="image op-uc-figure" style="width:75%;"><div class="op-uc-figure--content"><img class="op-uc-image" src="/api/v3/attachments/20360/content"></div></figure>
### **Expected Behavior**
Work package referenced with ## not rendered properly.
### Development Notes
* We have two ways of handling wp mentions:
* Old: markdown contains '#id'
* New: markdown contains '<mention data-id...'
* Wp mentions:
* data-mention property has '@#id'
* Sometimes link contains undefined
qa-edge
OpenProject 11.1.2
### **Steps to reproduce:**
1. Open work package in split screen.
2. Add comment and reference work package with ##.
### **Actual Behavior**
Work package referenced with ## not rendered (referencing with # works properly).
<figure class="image op-uc-figure" style="width:75%;"><div class="op-uc-figure--content"><img class="op-uc-image" src="/api/v3/attachments/20360/content"></div></figure>
### **Expected Behavior**
Work package referenced with ## not rendered properly.
### Development Notes
* We have two ways of handling wp mentions:
* Old: markdown contains '#id'
* New: markdown contains '<mention data-id...'
* Wp mentions:
* data-mention property has '@#id'
* Sometimes link contains undefined