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

Sponsored end datepicker doesn't updated on plan selection/edition #105

Closed
4unkur opened this issue Feb 3, 2016 · 0 comments
Closed

Sponsored end datepicker doesn't updated on plan selection/edition #105

4unkur opened this issue Feb 3, 2016 · 0 comments
Labels
Milestone

Comments

@4unkur
Copy link
Member

4unkur commented Feb 3, 2016

2016-02-03_11-25-07

Related piece of code is in /admin/templates/default/fields-system.tpl:

    $inputPlan.on('change', function()
    {
        var date = $('option:selected', this).data('date');
        $sponsoredEnd.datepicker('update', date);
    });
@4unkur 4unkur added the bug label Feb 3, 2016
@4unkur 4unkur added this to the 4.0.5 milestone Feb 3, 2016
@vbezruchkin vbezruchkin modified the milestones: 4.0.5, 4.1.0 Jan 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants