stable

Clone or download

Read-only

Rest route fails when project use legacy field long description

part of story #8283 Enhance project creation user experience How to test: Have the legacy field long description sql command to forge it: INSERT INTO tuleap.group_desc (group_desc_id, desc_required, desc_name, desc_description, desc_rank, desc_type) VALUES (101, 0, 'Full Project Description', '<b>*** IMPORTANT NOTE ***</b> Make sure you provide a detailed description that contains all the keywords that will help others to find and reuse your software component. Failing to provide an accurate description may also delay the approval of your project.', 10, 'text'); Create a new project => no fatal error must be raised Change-Id: I9285ec0a5e8e3582ecdc395bb52eadd14a02e710

Modified Files

Name
M src/common/Project/ProjectCreationData.class.php +1 −1 Go to diff View file