Content
View differences
Updated by Jens Ulferts almost 5 years ago
### **Steps to reproduce:**
1. Have work packages with attachments that are big and are full text indexed (e.g. lengthy word documents)
2. Go to the work package list and ensure that the work packages are included in the list
### **Actual Behavior**
The work package list loads successfully. However it takes longer than necessary to do so. The reason for this is that the content of the attachments is fetched from the database and instantiated in ruby. The content is not displayed anywhere
### **Expected Behavior**
Load the list just as before but be quicker. The attachment content should not be loaded.
1. Have work packages with attachments that are big and are full text indexed (e.g. lengthy word documents)
2. Go to the work package list and ensure that the work packages are included in the list
### **Actual Behavior**
The work package list loads successfully. However it takes longer than necessary to do so. The reason for this is that the content of the attachments is fetched from the database and instantiated in ruby. The content is not displayed anywhere
### **Expected Behavior**
Load the list just as before but be quicker. The attachment content should not be loaded.