Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SchedulerPro syncing without action on Ext JS #1586

Closed
fabiojpoli opened this issue Sep 25, 2020 · 2 comments
Closed

SchedulerPro syncing without action on Ext JS #1586

fabiojpoli opened this issue Sep 25, 2020 · 2 comments
Labels
bug Something isn't working forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@fabiojpoli
Copy link

Forum topic

If change the scheduler to autoSync: true, the request is sent to server without any action by user on launch of the application.

Steps to reproduce:
1 - Change the project to autoSync on SchedulerPro/examples/extjsmodern/App/view/Main.js:

...
project : {
    ...
    autoSync: true,
    transport : {
        ...
        sync: {
            url: './data/save.json',
        }
    },
   ...

2 - Load the app: http://lh/master/bryntum-suite/SchedulerPro/examples/extjsmodern/
3 - The POST request is send as soon the app is loaded:
Screen Shot 2020-09-25 at 13 11 23

Please, also check on Scheduler project.

@fabiojpoli fabiojpoli added bug Something isn't working forum Issues from forum labels Sep 25, 2020
@isglass
Copy link
Contributor

isglass commented Sep 26, 2020

Might be related to https://github.com/bryntum/bryntum-suite/pull/1884

@isglass isglass added this to the Scheduler Pro 4.0.1 milestone Sep 26, 2020
@fabiojpoli
Copy link
Author

fabiojpoli commented Oct 7, 2020

@isglass tested on scheduler and scheduler pro and working now.

@fabiojpoli fabiojpoli added the resolved Fixed but not yet released (available in the nightly builds) label Oct 7, 2020
@matsbryntse matsbryntse modified the milestones: Scheduler Pro 4.0.1, Scheduler Pro 4.0.0 Oct 8, 2020
@SergeyMaltsev SergeyMaltsev modified the milestones: Scheduler Pro 4.0.0, 4.0.0 Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

4 participants