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

Typos in IDML Filter UI code #8

Open
ssikuro opened this issue Jun 22, 2018 · 0 comments
Open

Typos in IDML Filter UI code #8

ssikuro opened this issue Jun 22, 2018 · 0 comments

Comments

@ssikuro
Copy link
Contributor

ssikuro commented Jun 22, 2018

IDMLFilterConfigurationUI.java around line 81
which are:

        configurationData.setExtractNotes(UIUtil.getBoolean(request, EXTRACT_NOTES_NAME));
        configurationData.setExtractNotes(UIUtil.getBoolean(request, EXTRACT_MASTER_SPREADS_NAME));
        configurationData.setExtractNotes(UIUtil.getBoolean(request, EXTRACT_HIDDEN_LAYERS_NAME));

look wrong. The same setters are called for potentially different boolean values. Appropriate setters should be called.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant