Skip to content

Commit

Permalink
3.2.3 fixes (#242)
Browse files Browse the repository at this point in the history
* Fixed sprocs, working on ui learn more position

* Fixed logout token clearance bug

* Fixed dotnet core 2.2 FromQuery complex object sending signature

* Fixed identified mode claim, css save timing slider issue

* Fixed All Concepts search not reselectable, disallowed query edit while request in progress

* Added learn more offset from top and bottom check and css

* Version bump

* Version bump

* Fixed visualization labels issue

* Updated sprocs

* Reverting appsettings

* Added version change to migration script

* Removed unneeded css visualize code

* fixed #235

app.sp_GetPreflightQueriesByIds switched to left join on deps.
app.sp_GetPreflightQueriesByUIds switched to left join on deps.
PreflightResourceReader now avoids projecting default results when there are none.

* db updates for #235

* Re-added overridden sproc changes
  • Loading branch information
ndobb authored Jul 5, 2019
1 parent dfe2ad1 commit f8167f9
Show file tree
Hide file tree
Showing 198 changed files with 1,592 additions and 1,020 deletions.
2 changes: 1 addition & 1 deletion src/db/build/LeafDB.Init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ SELECT
,[SecondaryColor] = 'rgb(183, 165, 122)'

INSERT INTO [ref].[Version] (Lock, [Version])
SELECT 'X', N'3.2.2';
SELECT 'X', N'3.2.3';
497 changes: 256 additions & 241 deletions src/db/build/LeafDB.Schema.sql

Large diffs are not rendered by default.

447 changes: 209 additions & 238 deletions src/db/build/LeafDB.sql

Large diffs are not rendered by default.

Loading

0 comments on commit f8167f9

Please sign in to comment.