Can demo site have old version back?

Hi,
I am using cuba6.10, while I read mannual of 6.10 and open demo site link from the mannual, it shows the cuba7.0 demo code.

Can we have old version back?

image

image

1 Like

Hi,

The Sampler application always is compliant with the latest CUBA Platform version, and, unfortunately, We have no plans of supporting two instances of Sampler. Sorry for the inconvenience.

Regards,
Gleb

Nevertheless, you can download the old Sampler version from GitHub and run it locally.

1 Like

Hi,
We think that the document should correspond to the sample code , otherwise it make developer confused,like this post descripted.

Hi,
You referred to branch 6.9, do we have branch for 6.10?

Since no changes are required in samples in order to be compliant with 6.10 version, there is no separate branch for 6.10.

We admit that this may be confusing, so I’ve created a GitHub issue.

Regards,
Gleb

Hi Gleb,
I started the demo locally, but could advice how to disable login page and the main menu after login?
I see that the sampler in cuba site does not need login and does not have main menu pane on the top.

Set sampler.developerMode = false in web-app.properties.

I tried that earlier, but not work… strange

This property is already defined in web-app.properties as true, so you need to change its value to false. The same is done in the production environment.

Hi Gleb,
FYI that I manually delete build dir and rebuild, the change works.
Previously, the change does not make work.