PMCORE-3388: By Selecting "My Cases" in the left Menu the Tab "Started By Me" should be set as default Build PMCORE_3.7.0
fix bad code
This commit is contained in:
@@ -347,6 +347,9 @@ export default {
|
||||
let that = this;
|
||||
api.casesHeader.get().then((response) => {
|
||||
that.headers = that.formatCasesHeaders(response.data);
|
||||
if (that.headers[0]) {
|
||||
that.title = that.headers[0].title;
|
||||
}
|
||||
that.setFilterHeader();
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user