@saooti/octopus-sdk 31.0.14 → 31.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -589,3 +589,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
589
589
  * 31.0.12 Commentaires Events
590
590
  * 31.0.13 Update/delete Libraries
591
591
  * 31.0.14 Lazy loading lang
592
+ * 31.0.15 Error select productor filter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "31.0.14",
3
+ "version": "31.0.15",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -119,7 +119,7 @@ export default defineComponent({
119
119
  this.keepOrganisation = false;
120
120
  if (organisation && organisation.id) {
121
121
  this.$emit('updateOrganisationId', organisation.id);
122
- if(organisation.privacy){
122
+ if("PUBLIC"!==organisation.privacy){
123
123
  this.$nextTick(() => {
124
124
  this.onKeepOrganisation();
125
125
  });