App Module appears as marketplace module only

0
Hi, we have a dedicated Mendix App containing generic 'common' type modules we intend to reuse in other Apps. This app 'modules for apps' was migrated to Studio 10 and somehow we achieved the feat that the modules do not appear as Modules below the App view but are only displayed as Marketplace modules. We can still change the modules in the section of 'Marketplace modules' and generate another module package to be uploaded to the marketplace but we consider this as a bad practice (?). Is it possible to have the modules back as regular modules in the App? Is there any setting within the module?   Thank you Stefan
asked
3 answers
0

Are they available in the Marketplace?

Did they move to the marketplace section when migrated to 10.x?

 

'Marketplace'  is an internal flag that you can try to change with the model SDK setFromAppStore(false)

 

 

answered
0

Hi Chris,

 

- yes they are in the Marketplace (private module)

- not sure, as my colleague did the migration and came to me after the fact.

 

I need to understand how to use this model SDK, Can I modify my local modules with that as well? I understand that the API connects to the repository. Means I will try to set the flag in the repo and then check out again?

 

best regards

Stefan

 

 

answered
0

I wanted to follow up on this. We never dared the process of using model SDK to reset the flag.

I took the lazy road by creating a new module and copying all the artifacts.It went very smooth and only took me about 15 minutes.

The downside is that due to the deletion of the original module the data is gone.

However we are not live yet, so only test data.

best regards

Stefan

answered