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

V2.3 atol #108

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

V2.3 atol #108

wants to merge 4 commits into from

Conversation

ftavin
Copy link
Contributor

@ftavin ftavin commented Dec 6, 2017

Add both import & export buttons to contact lists

tdegivry and others added 4 commits December 6, 2017 09:47
Change-Id: If29d75928e1a14b1deeb9a99d73d9a48facfeb1f
(refs #634)

Change-Id: I55d6dcef43671b010bd8adcf9c1fc04950e24016
(refs #634)

Change-Id: Ie22a1e7a9090c49644c30c31dc0129d3bb788760
Change-Id: Iccd49fa73838bca4f3308be137e7317c1b704073
@osarrat osarrat requested a review from a user December 15, 2017 16:03
@osarrat osarrat added this to the v2.3-rc1 milestone Dec 15, 2017
em().createQuery("SELECT sm.importationScheme FROM ImportationSchemeModel sm WHERE sm.contactModel.id IN :projectModelIds", ImportationScheme.class);
query.setParameter("projectModelIds", cmd.getContactModelIds());
} else {
query = em().createQuery("SELECT sm.importationScheme FROM ImportationSchemeModel sm WHERE sm.contactModel.id IS NOT NULL", ImportationScheme.class);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix indentation

*
* @author Raphaël Calabro ([email protected])
*/
public class ContactListImportResultPopup extends PopupWidget {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix indentation on the whole file

public void componentSelected(ButtonEvent buttonEvent) {
hide();
}
});
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix indentation

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