Skip to content

Commit

Permalink
Merge pull request #115 from statisticssweden/feature/agg_fix
Browse files Browse the repository at this point in the history
Fix for reloading of aggregations in subfolders
  • Loading branch information
MikaelNordberg authored Apr 28, 2021
2 parents 12d486a + beab81b commit c9ba75a
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions PCAxis.Api/PCAxis.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
<Reference Include="PCAxis.Metadata, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.Metadata.1.0.1\lib\netstandard2.0\PCAxis.Metadata.dll</HintPath>
</Reference>
<Reference Include="PCAxis.PX.Core, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.PX.Core.1.0.1\lib\netstandard2.0\PCAxis.PX.Core.dll</HintPath>
<Reference Include="PCAxis.PX.Core, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.PX.Core.1.0.2\lib\netstandard2.0\PCAxis.PX.Core.dll</HintPath>
</Reference>
<Reference Include="PCAxis.Query, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.Query.1.0.1\lib\netstandard2.0\PCAxis.Query.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion PCAxis.Api/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<package id="PCAxis.Menu.MsSqlDatamodelMenu" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.Menu.OracleDatamodelMenu" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.Metadata" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.PX.Core" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.PX.Core" version="1.0.2" targetFramework="net461" />
<package id="PCAxis.Query" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.Sdmx" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.Serializers.JsonStat" version="1.0.2" targetFramework="net461" />
Expand Down
4 changes: 2 additions & 2 deletions PCAxis.Charting/PxChart/PCAxis.Charting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<Reference Include="PCAxis.Menu, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\PCAxis.Menu.1.0.1\lib\netstandard2.0\PCAxis.Menu.dll</HintPath>
</Reference>
<Reference Include="PCAxis.PX.Core, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\PCAxis.PX.Core.1.0.1\lib\netstandard2.0\PCAxis.PX.Core.dll</HintPath>
<Reference Include="PCAxis.PX.Core, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\PCAxis.PX.Core.1.0.2\lib\netstandard2.0\PCAxis.PX.Core.dll</HintPath>
</Reference>
<Reference Include="PCAxis.PxExtend, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\PCAxis.PxExtend.1.0.2\lib\netstandard2.0\PCAxis.PxExtend.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion PCAxis.Charting/PxChart/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="PCAxis.Common" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.Core" version="1.0.2" targetFramework="net461" />
<package id="PCAxis.Menu" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.PX.Core" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.PX.Core" version="1.0.2" targetFramework="net461" />
<package id="PCAxis.PxExtend" version="1.0.2" targetFramework="net461" />
<package id="System.Configuration.ConfigurationManager" version="5.0.0" targetFramework="net461" />
<package id="System.Data.DataSetExtensions" version="4.5.0" targetFramework="net461" />
Expand Down
4 changes: 2 additions & 2 deletions PCAxis.Search/PCAxis.Search.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
<Reference Include="PCAxis.Menu, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.Menu.1.0.1\lib\netstandard2.0\PCAxis.Menu.dll</HintPath>
</Reference>
<Reference Include="PCAxis.PX.Core, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.PX.Core.1.0.1\lib\netstandard2.0\PCAxis.PX.Core.dll</HintPath>
<Reference Include="PCAxis.PX.Core, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.PX.Core.1.0.2\lib\netstandard2.0\PCAxis.PX.Core.dll</HintPath>
</Reference>
<Reference Include="PCAxis.Sql, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.Sql.1.0.1\lib\netstandard2.0\PCAxis.Sql.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion PCAxis.Search/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<package id="PCAxis.Core" version="1.0.2" targetFramework="net461" />
<package id="PCAxis.Encryption" version="1.0.0" targetFramework="net461" />
<package id="PCAxis.Menu" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.PX.Core" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.PX.Core" version="1.0.2" targetFramework="net461" />
<package id="PCAxis.Sql" version="1.0.1" targetFramework="net461" />
<package id="SharpZipLib" version="0.86.0" targetFramework="net461" />
<package id="System.Configuration.ConfigurationManager" version="5.0.0" targetFramework="net461" />
Expand Down
4 changes: 2 additions & 2 deletions PCAxis.Web.Controls/PCAxis.Web.Controls.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
<Reference Include="PCAxis.Metadata, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.Metadata.1.0.1\lib\netstandard2.0\PCAxis.Metadata.dll</HintPath>
</Reference>
<Reference Include="PCAxis.PX.Core, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.PX.Core.1.0.1\lib\netstandard2.0\PCAxis.PX.Core.dll</HintPath>
<Reference Include="PCAxis.PX.Core, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.PX.Core.1.0.2\lib\netstandard2.0\PCAxis.PX.Core.dll</HintPath>
</Reference>
<Reference Include="PCAxis.Query, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.Query.1.0.1\lib\netstandard2.0\PCAxis.Query.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion PCAxis.Web.Controls/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="PCAxis.Core" version="1.0.2" targetFramework="net461" />
<package id="PCAxis.Menu" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.Metadata" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.PX.Core" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.PX.Core" version="1.0.2" targetFramework="net461" />
<package id="PCAxis.Query" version="1.0.1" targetFramework="net461" />
<package id="System.Configuration.ConfigurationManager" version="5.0.0" targetFramework="net461" />
<package id="System.Security.AccessControl" version="5.0.0" targetFramework="net461" />
Expand Down
4 changes: 2 additions & 2 deletions PXWeb/PXWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
<Reference Include="PCAxis.Metadata, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.Metadata.1.0.1\lib\netstandard2.0\PCAxis.Metadata.dll</HintPath>
</Reference>
<Reference Include="PCAxis.PX.Core, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.PX.Core.1.0.1\lib\netstandard2.0\PCAxis.PX.Core.dll</HintPath>
<Reference Include="PCAxis.PX.Core, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.PX.Core.1.0.2\lib\netstandard2.0\PCAxis.PX.Core.dll</HintPath>
</Reference>
<Reference Include="PCAxis.Query, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PCAxis.Query.1.0.1\lib\netstandard2.0\PCAxis.Query.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion PXWeb/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<package id="PCAxis.Menu.MsSqlDatamodelMenu" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.Menu.OracleDatamodelMenu" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.Metadata" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.PX.Core" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.PX.Core" version="1.0.2" targetFramework="net461" />
<package id="PCAxis.Query" version="1.0.1" targetFramework="net461" />
<package id="PCAxis.Sql" version="1.0.1" targetFramework="net461" />
<package id="PXWeb.SavedQuery.MsSql" version="1.0.1" targetFramework="net461" />
Expand Down

0 comments on commit c9ba75a

Please sign in to comment.