Merge pull request #5108 from zyhfish/task/fix-5103
Fix #5103: return a copy of the assembly list.
This commit is contained in:
commit
a8cbc0040e
|
@ -171,7 +171,8 @@ namespace Oqtane.Controllers
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return assemblyList;
|
return assemblyList;
|
||||||
});
|
}).ToList();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// GET api/<controller>/load?list=x,y
|
// GET api/<controller>/load?list=x,y
|
||||||
|
|
Loading…
Reference in New Issue
Block a user