Skip to content
Snippets Groups Projects
Commit 60b27b1b authored by Regis's avatar Regis
Browse files

formatting

parent dd9f8486
Branches
Tags
1 merge request!10865Render Description Realtime :tada:
Pipeline #
Loading
Loading
@@ -38,7 +38,6 @@ export default {
descriptionText: '',
descriptionChange: false,
previousDescription: null,
taskStatus: '',
};
},
methods: {
Loading
Loading
@@ -53,12 +52,12 @@ export default {
 
if (tasks && !zeroTasks) {
tasks.innerText = this.apiData.task_status;
} else if (this.apiData.task_status.includes('0 of 0')) {
$('#task_status_short').remove();
} else if (!tasks && !zeroTasks) {
$('.issuable-header').append(`
<span id="task_status_short" class="hidden-md hidden-lg">${this.apiData.task_status}</span>
`);
} else if (zeroTasks) {
$('#task_status_short').remove();
}
},
elementsToVisualize(noTitleChange, noDescriptionChange) {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment