Skip to content

Commit

Permalink
Merge pull request #26 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
gabmnic committed Aug 17, 2023
2 parents 67aaaa0 + f7ec02a commit d939539
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [1.1.6](https://github.com/eea/eionet2-user-management/compare/1.1.5...1.1.6) - 17 August 2023

#### :bug: Bug Fixes

- fix: organisation loading(#256693) [Mihai Nicolae - [`e258ed1`](https://github.com/eea/eionet2-user-management/commit/e258ed17519425048632efa24c34fbc67f7f987d)]

#### :house: Internal changes

- chore: new version [Mihai Nicolae - [`2fc1c86`](https://github.com/eea/eionet2-user-management/commit/2fc1c86a1749cb221740cff2645d05769365ba68)]

### [1.1.5](https://github.com/eea/eionet2-user-management/compare/1.1.4...1.1.5) - 21 June 2023

#### :bug: Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eionet2-user-management",
"version": "1.1.5",
"version": "1.1.6",
"description": "",
"author": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tabs/package.json
@@ -1,6 +1,6 @@
{
"name": "@eeacms/eionet2-user-management",
"version": "1.1.5",
"version": "1.1.6",
"license": "MIT",
"description": "Teams app for managing Eionet users.",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tabs/src/data/sharepointProvider.js
Expand Up @@ -8,7 +8,7 @@ export async function getOrganisationList(country) {
config.SharepointSiteId +
'/lists/' +
config.OrganisationListId +
'/items?$expand=fields';
'/items?$expand=fields&$top=999';
if (country) {
path += "&$filter=fields/Country eq '" + country + "' or fields/Unspecified eq 1";
}
Expand Down

0 comments on commit d939539

Please sign in to comment.