Skip to content

Comments

DO NOT MERGE - commit new list API updates#830

Open
salomon-j wants to merge 3 commits intodevfrom
feature/issue829
Open

DO NOT MERGE - commit new list API updates#830
salomon-j wants to merge 3 commits intodevfrom
feature/issue829

Conversation

@salomon-j
Copy link
Contributor

No description provided.

self.lists = [];
var listType = config.masterListType;
$http.get(config.listServiceUrl + '/ws/speciesList', { params: { 'listType': 'eq:' + config.masterListType, max: -1, user: config.currentUserId } })
$http.get(config.listServiceUrl + '/speciesList/', { params: { 'listType': config.masterListType, page: 1, pageSize: 1000, user: config.currentUserId } })
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update user to be owner

Copy link
Contributor

@jack-brinkman jack-brinkman Mar 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@salomon-j /speciesList/ is now /speciesList (no trailing slash) after a recent change - code needs to be updated again sorry

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jack-brinkman nw, just committed the updates, please have a look when you have the chance. thank you

@temi temi changed the title commit new list API updates DO NOT MERGE - commit new list API updates Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants