Merged in bugfix/PMCORE-2807 (pull request #7791)
PMCORE-2807 Approved-by: Rodrigo Quelca <rockoinfo@yahoo.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
5baa49a98a
@@ -63,6 +63,7 @@ export default {
|
||||
api.filters
|
||||
.processList(query)
|
||||
.then((response) => {
|
||||
self.processes = [];
|
||||
_.forEach(response.data, function(elem, key) {
|
||||
self.processes.push({
|
||||
label: elem.PRO_TITLE,
|
||||
|
||||
Reference in New Issue
Block a user