mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
parent
714dd107ac
commit
f5d4f618ae
@ -1,9 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Next
|
## Next
|
||||||
|
|
||||||
- fix: Metrics poller should start even if inital fetch fails.
|
- fix: Metrics poller should start even if inital fetch fails.
|
||||||
- fix: SimpleAuthentication should work with custom basePaths
|
- fix: SimpleAuthentication should work with custom basePaths
|
||||||
- fix: Add explicit endpoints for toggle on/off
|
- fix: Add explicit endpoints for toggle on/off
|
||||||
|
- fix: Application list should be alphabetically sorted
|
||||||
|
|
||||||
## 3.2.2
|
## 3.2.2
|
||||||
|
|
||||||
|
@ -70,6 +70,7 @@ class ClientApplicationsDb {
|
|||||||
return this.db
|
return this.db
|
||||||
.select(COLUMNS)
|
.select(COLUMNS)
|
||||||
.from(TABLE)
|
.from(TABLE)
|
||||||
|
.orderBy('app_name', 'asc')
|
||||||
.map(mapRow);
|
.map(mapRow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user