Content
View differences
Updated by Robin Wagner almost 7 years ago
### **Environment**:
OpenProject production (OP 9.0.2)
### **Steps to reproduce:**
1. Create a Boolean custom field and add it to a work package type (type A) and activate it in a project.
2. Go to the work package page in a project, add a work package of type A but do not set a value for the custom field.
3. Add the Boolean custom field as a column to the work package list. -> When no value is set the CF is displayed as "no".
4. Export the work package list as a XLS document.
### **Actual Behavior**
The value for the CF is empty which is inconsistent with the value displayed in OpenProject ("no").
### **Expected Behavior**
Quick solution: The value should be shown as "false" or "no".
Extensive solution: A third state (not set) should be added to custom fields of type Boolean. (The checkbox is however a useful representation which is frequently used - therefore the quick solution may be preferrable).
OpenProject production (OP 9.0.2)
### **Steps to reproduce:**
1. Create a Boolean custom field and add it to a work package type (type A) and activate it in a project.
2. Go to the work package page in a project, add a work package of type A but do not set a value for the custom field.
3. Add the Boolean custom field as a column to the work package list. -> When no value is set the CF is displayed as "no".
4. Export the work package list as a XLS document.
### **Actual Behavior**
The value for the CF is empty which is inconsistent with the value displayed in OpenProject ("no").
### **Expected Behavior**
Quick solution: The value should be shown as "false" or "no".
Extensive solution: A third state (not set) should be added to custom fields of type Boolean. (The checkbox is however a useful representation which is frequently used - therefore the quick solution may be preferrable).