Problem/Motivation
EB rebuilds all routes directly in EntityBrowser::save. EB should defer this operation, this improves config import performance and follows core best practices (@see RestResourceConfig::postSave/postDelete)
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2896987-2.patch | 1.04 KB | webflo |
Comments
Comment #2
webflo commentedComment #3
slashrsm commentedGood catch! Thanks.