IRC Chat : 2014-01-20 - OpenMRS

00:29:40 *** rday has quit IRC
00:30:05 *** rday has joined #openmrs
00:39:14 *** rday has quit IRC
00:39:39 *** rday has joined #openmrs
01:18:11 *** bmanth60 has quit IRC
01:18:34 *** yanokwa has joined #openmrs
01:49:35 *** k-joseph_ has quit IRC
01:50:41 *** rday has quit IRC
02:17:54 *** davidpardz has left #openmrs
02:47:11 *** yanokwa has quit IRC
04:00:10 *** polezny has joined #openmrs
04:02:52 *** harshadura__ has quit IRC
04:13:35 *** robbyoconnor has quit IRC
04:14:05 *** polezny has quit IRC
04:15:25 *** bmanth60 has joined #openmrs
04:20:07 *** bmanth60 has quit IRC
04:27:01 *** ayprograms has joined #openmrs
04:28:33 <ayprograms> when an mvn clean install is done on openmrs-core source code checked out on github is a war package produced?if yes what is the location that this file is found?
04:29:18 <harsz89> hi ayprograms
04:29:41 <harsz89> look at the target folder inside the webapp directory or parent directory
04:29:47 <harsz89> u will find it
04:40:05 <ayprograms> harsz89:thanks
04:44:10 *** robbyoconnor has joined #openmrs
04:44:10 *** ChanServ sets mode: +v robbyoconnor
05:08:39 <ayprograms> some modules depend on some to work,can anyone direct me how i can know this module dependencies
05:17:30 <harsz89> ayprograms, you want to see the dependencoes of particular module or
05:17:45 <harsz89> harsz89, this module means?
05:52:51 <ayprograms> hars:i mean developers do not specify the dependencies of their modules on the module repository,so do you know that a module is not started when installed because of dependency or other problem
06:05:52 <harsz89> ayprograms, mhhh
06:06:03 <harsz89> ayprograms, in confg.xml of a module contains
06:06:15 <harsz89> the modules which it depends on
06:06:53 *** upul has quit IRC
06:10:17 *** robbyoconnor has quit IRC
06:13:11 *** robbyoconnor has joined #openmrs
06:13:11 *** ChanServ sets mode: +v robbyoconnor
06:17:20 *** robbyoconnor has quit IRC
06:17:30 *** harsz89 has quit IRC
06:18:30 *** robbyoconnor has joined #openmrs
06:18:30 *** ChanServ sets mode: +v robbyoconnor
06:19:50 *** maurya has joined #openmrs
06:23:01 *** ChanServ sets mode: +v maurya
06:23:18 *** robbyoconnor has quit IRC
06:23:28 *** VaibhavAgarwal has joined #openmrs
06:26:40 *** robbyoconnor has joined #openmrs
06:26:40 *** ChanServ sets mode: +v robbyoconnor
06:37:47 *** robbyoconnor has quit IRC
06:40:26 *** robbyoconnor has joined #openmrs
06:40:26 *** ChanServ sets mode: +v robbyoconnor
06:46:08 *** r0bby_ has joined #openmrs
06:46:08 *** ChanServ sets mode: +v r0bby_
06:47:04 *** Eliejembi has joined #openmrs
06:47:34 *** r0bby_ has quit IRC
06:50:10 *** r0bby_ has joined #openmrs
06:50:10 *** ChanServ sets mode: +v r0bby_
06:51:03 *** ayprograms has quit IRC
06:57:03 *** robbyoconnor has quit IRC
06:57:58 *** SKC has joined #openmrs
07:07:12 <SKC> Hi, I am working on trunk-2280, there is a requirement to restrict a user from entering more than a specified limit, it was mentioned that having a small error in the red box is preferable than an alert box, but the red box messages are generated after validation, is it possible to generate them dynamically?
07:18:55 *** SKC has quit IRC
07:19:33 *** Eliejembi has quit IRC
07:22:40 <Tajha> Hello, I've been lurking here while trying to get through the new dev manual and get everything set up so I can start contributing. I've got omrs installed (the SDK version), but when I ran it, it said there was no configuration file and asked if I wanted to make one. I said yes, and it ran through a bunch of stuff, but seems to be giving me maven related errors, specifically a mojofailureexception... I googled the error and it
07:22:40 <Tajha> apparently comes from a plugin and relates to the dependencies? I haven't used maven before, and I'm a pretty new dev, so I'm not sure how to fix it (or if it's one of those "you can ignore that" situations). It's also saying the desired archetype does not exist.
07:24:59 <maurya> Tajha: do you have maven installed?
07:26:16 <maurya> Tajha: if you are not sure of what i mean, try running mvn --version in your command prompt and tell me what is the output
07:26:18 <Tajha> Probably not since I've never used it... I've mostly only done pretty simple stuff with eclipse
07:28:00 <Tajha> Hm... it says there's two packages maven and maven2... do I need both, or which should I be using?
07:28:22 <Tajha> (thank you, btw, maurya)
07:31:13 <maurya> Tajha: okay, this is new, maybe you have 2 paths setup for maven.. can you open up your environmental variables and and see if you have any M2 or M2_Home user variables?
07:39:06 *** aniketha has joined #openmrs
07:39:37 <Tajha> maurya, it doesn't look like it... it's telling me "Try: sudo apt-get install <selected package>" so I assume it's not actually installed
07:39:49 <maurya> Tajha: i'm not sure if you have installed maven, most of the times new developers get these exceptions because maven is not properly installed
07:40:07 *** dkayiwa has joined #openmrs
07:40:31 <maurya> Tajha: so i advise you to download and install maven and this link clearly explains the process http://maven.apache.org/download.cgi
07:41:16 *** SKC has joined #openmrs
07:44:55 <SKC> dkayiwa: Hi Daniel, I am working on trunk-2280, there is a requirement to restrict a user from entering more than a specified limit, it is mentioned that having a small error in the red box is preferable than an alert box, but the red box messages are generated after validation, is it possible to generate them dynamically?
07:45:28 <dkayiwa> SKC: have you had a look at any page that shows them?
07:46:42 *** aniketha_ has joined #openmrs
07:46:50 <SKC> dkayiwa: yes, they are generated after validating them on form submission
07:48:06 <dkayiwa> SKC: and when does your validation happen?
07:48:41 *** aniketha has quit IRC
07:50:54 <Tajha> maurya, should I be using the latest stable version then?
07:51:21 <SKC> dkayiwa: i think as it is just restricting the user from entering more than the specified limit, it must happen before form submission, something like a field validation, but i'm wondering if there is a specific type of doing it
07:51:51 <maurya> Tajha: yes , the latest stable version is fine
07:51:59 <dkayiwa> SKC: can you style a div and then show on on validation failure using javascript?
07:53:30 <SKC> dkayiwa: yes,(this is what i was referring) is this acceptable or should i be doing this validation on form submission
07:56:55 *** VaibhavAgarwal has quit IRC
07:56:55 *** maurya has quit IRC
07:58:11 *** SKC has quit IRC
07:58:49 *** aniketha_ has quit IRC
08:11:51 <Tajha> =/ Still getting a build failure... bluh. I think I'll worry about it in the morning
08:31:50 *** ElieJembi has joined #openmrs
08:36:10 *** VaibhavAgarwal has joined #openmrs
08:44:31 *** maurya has joined #openmrs
08:44:50 *** ChanServ sets mode: +v maurya
08:45:15 <maurya> Tajha: is your problem resolved?
09:00:01 *** SKC has joined #openmrs
09:04:07 <SKC> dkayiwa: I am sorry,I had a problem with my internet connection.I couldn't have a look at your answer for my last question.
09:05:35 <dkayiwa> SKC: when do you think the validation would be best
09:05:55 <dkayiwa> ?
09:06:25 <SKC> Before the form submission would be a better place to validate it.
09:07:58 <SKC> If it's acceptable to do it that way.
09:15:27 *** ElieJembi has quit IRC
09:16:49 <dkayiwa> SKC: go ahead and do it :)
09:17:30 <SKC> Okay,thank you :)
09:21:58 *** r0bby_ is now known as robbyoconnor
09:34:12 *** GitHub126 has joined #openmrs
09:34:13 <GitHub126> [openmrs-core] tadeitto opened pull request #559: TRUNK-3826 Bug in PersonAttribute.compareTo (master...TRUNK-3826) http://git.io/VI6Irg
09:34:13 *** GitHub126 has left #openmrs
09:42:03 *** VaibhavAgarwal has quit IRC
09:42:41 *** SKC has quit IRC
09:43:19 *** SKC has joined #openmrs
09:46:14 *** aniketha has joined #openmrs
10:20:46 *** GitHub84 has joined #openmrs
10:20:46 <GitHub84> [openmrs-core] dkayiwa closed pull request #555: TRUNK-4229 SonarQube - Array is stored directly (master...TRUNK-4229) http://git.io/ZO-tog
10:20:46 *** GitHub84 has left #openmrs
10:20:46 *** GitHub170 has joined #openmrs
10:20:46 <GitHub170> [openmrs-core] dkayiwa pushed 2 new commits to master: http://git.io/ZqBOYw
10:20:46 <GitHub170> openmrs-core/master 032c3c9 Krzysztof Kaczmarczyk: TRUNK-4229 SonarQube - Array is stored directly
10:20:46 <GitHub170> openmrs-core/master f0584c7 dkayiwa: Merge pull request #555 from kkaczmarczyk/TRUNK-4229...
10:20:46 *** GitHub170 has left #openmrs
10:27:25 *** GitHub149 has joined #openmrs
10:27:26 <GitHub149> [openmrs-core] dkayiwa pushed 2 new commits to master: http://git.io/5LQSYQ
10:27:26 <GitHub149> openmrs-core/master 709df18 Marek Szukalski: TRUNK-4223: SonarQube - instanceof will always return true
10:27:26 <GitHub149> openmrs-core/master c057f4e dkayiwa: Merge pull request #552 from mszukalski/TRUNK-4223...
10:27:26 *** GitHub149 has left #openmrs
10:27:27 *** GitHub153 has joined #openmrs
10:27:28 <GitHub153> [openmrs-core] dkayiwa closed pull request #552: TRUNK-4223: SonarQube - instanceof will always return true (master...TRUNK-4223) http://git.io/TKoo6w
10:27:28 *** GitHub153 has left #openmrs
10:30:52 *** travis-ci has joined #openmrs
10:30:53 <travis-ci> [travis-ci] [openmrs/openmrs-core] [f0584c7] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/17266674
10:30:53 *** travis-ci has left #openmrs
10:37:39 *** travis-ci has joined #openmrs
10:37:40 <travis-ci> [travis-ci] [openmrs/openmrs-core] [c057f4e] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/17267046
10:37:40 *** travis-ci has left #openmrs
10:40:57 *** dkithmal has joined #openmrs
11:06:24 *** GitHub27 has joined #openmrs
11:06:24 <GitHub27> [openmrs-core] kkaczmarczyk opened pull request #560: TRUNK-4230 SonarQube - Inefficient use of keySet iterator instead of ent... (master...TRUNK-4230) http://git.io/1Xlqgw
11:06:24 *** GitHub27 has left #openmrs
11:10:24 *** GitHub32 has joined #openmrs
11:10:25 <GitHub32> [openmrs-core] dkayiwa closed pull request #498: added automated tests for patient search (master...TRUNK-2472-B) http://git.io/lOrnPw
11:10:25 *** GitHub32 has left #openmrs
11:10:26 *** GitHub170 has joined #openmrs
11:10:26 <GitHub170> [openmrs-core] dkayiwa pushed 2 new commits to master: http://git.io/wlRI8Q
11:10:26 <GitHub170> openmrs-core/master b7d00c6 Wolf Schlegel: Added automated tests for org.openmrs.api.db.hibernate.HibernatePatientDAO and org.openmrs.api.db.hibernate.PatientSearchCriteria...
11:10:26 <GitHub170> openmrs-core/master 4eb52bb dkayiwa: Merge pull request #498 from WolfSchlegel/TRUNK-2472-B...
11:10:26 *** GitHub170 has left #openmrs
11:10:26 <OpenMRSBot> Recent updates in the world of openmrsci: TRUNK-MASTER-271 has FAILED (234 tests failed) : Updated by dkayiwa <https://ci-stg.openmrs.org/browse/TRUNK-MASTER-271>
11:20:02 *** travis-ci has joined #openmrs
11:20:03 <travis-ci> [travis-ci] [openmrs/openmrs-core] [4eb52bb] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/17269294
11:20:03 *** travis-ci has left #openmrs
11:25:23 <OpenMRSBot> Recent updates in the world of openmrsci: SON-OPENMRSCOREMASTER-116 has FAILED : Manual build by Rafał Korytkowski <https://ci-stg.openmrs.org/browse/SON-OPENMRSCOREMASTER-116>
11:29:24 <OpenMRSBot> Recent updates in the world of openmrsci: TRUNK-MASTER-272 has FAILED (235 tests failed) : Updated by dkayiwa <https://ci-stg.openmrs.org/browse/TRUNK-MASTER-272>
11:31:25 <OpenMRSBot> Recent updates in the world of openmrsci: TRUNK-ONEPOINTTENX-65 has FAILED (2 tests failed) : Updated by Wyclif Luyima <https://ci-stg.openmrs.org/browse/TRUNK-ONEPOINTTENX-65>
11:44:55 *** SKC has quit IRC
11:49:59 *** aniketha has quit IRC
11:52:31 *** maurya has quit IRC
13:06:16 *** bmanth60 has joined #openmrs
13:32:30 *** GitHub4 has joined #openmrs
13:32:30 <GitHub4> [openmrs-core] rkorytkowski closed pull request #560: TRUNK-4230 SonarQube - Inefficient use of keySet iterator instead of ent... (master...TRUNK-4230) http://git.io/1Xlqgw
13:32:30 *** GitHub4 has left #openmrs
13:32:31 *** GitHub62 has joined #openmrs
13:32:32 <GitHub62> [openmrs-core] rkorytkowski pushed 2 new commits to master: http://git.io/DJmvIg
13:32:32 <GitHub62> openmrs-core/master e7ec2d3 Krzysztof Kaczmarczyk: TRUNK-4230 SonarQube - Inefficient use of keySet iterator instead of entrySet iterator
13:32:32 <GitHub62> openmrs-core/master 47250ec Rafal Korytkowski: Merge pull request #560 from kkaczmarczyk/TRUNK-4230...
13:32:32 *** GitHub62 has left #openmrs
13:35:18 *** ayprograms has joined #openmrs
13:36:27 <ayprograms> is there any implementation using the cashier module for their billing purposes?
13:38:05 *** GitHub192 has joined #openmrs
13:38:05 <GitHub192> [openmrs-core] rkorytkowski closed pull request #270: TRUNK-3751 (master...TRUNK-3751) http://git.io/wKhNLg
13:38:05 *** GitHub192 has left #openmrs
13:43:52 *** travis-ci has joined #openmrs
13:43:53 <travis-ci> [travis-ci] [openmrs/openmrs-core] [47250ec] [Rafal Korytkowski] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/17275662
13:43:53 *** travis-ci has left #openmrs
14:04:53 *** ayprograms has quit IRC
14:13:48 *** aniketha has joined #openmrs
14:25:06 *** VaibhavAgarwal has joined #openmrs
14:40:55 *** harsz89 has joined #openmrs
14:40:56 *** ChanServ sets mode: +v harsz89
14:42:42 *** GitHub87 has joined #openmrs
14:42:42 <GitHub87> [openmrs-core] dkayiwa closed pull request #519: TRUNK-4146:add unit test to prove return distinct drugs when search para... (master...TRUNK-4146) http://git.io/PSpgUQ
14:42:43 *** GitHub87 has left #openmrs
14:42:43 *** GitHub25 has joined #openmrs
14:42:43 <GitHub25> [openmrs-core] dkayiwa pushed 3 new commits to master: http://git.io/on3ezw
14:42:43 <GitHub25> openmrs-core/master 4e37630 dkithmal: TRUNK-4146:add unit test to prove return distinct drugs when search parameter match multiple times with drug_name
14:42:43 <GitHub25> openmrs-core/master 47dd43d dkithmal: TRUNK-4146:change the test case and test data set
14:42:43 <GitHub25> openmrs-core/master 14029f7 dkayiwa: Merge pull request #519 from dkithmal/TRUNK-4146...
14:42:43 *** GitHub25 has left #openmrs
14:44:42 *** GitHub4 has joined #openmrs
14:44:42 <GitHub4> [openmrs-core] dkayiwa closed pull request #558: TRUNK-4146:prove should not return distinct drugs (master...TRUNK-4146-test) http://git.io/Txw_GA
14:44:42 *** GitHub4 has left #openmrs
14:52:38 *** travis-ci has joined #openmrs
14:52:38 <travis-ci> [travis-ci] [openmrs/openmrs-core] [14029f7] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/17279383
14:52:38 *** travis-ci has left #openmrs
14:56:07 *** dkithmal_ has joined #openmrs
14:57:04 *** dkithmal has quit IRC
15:00:44 *** GitHub46 has joined #openmrs
15:00:45 <GitHub46> [openmrs-core] dkayiwa closed pull request #557: TRUNK-4046 hide start visit button for dead patients (master...TRUNK-4046) http://git.io/fPKrWw
15:00:45 *** GitHub46 has left #openmrs
15:00:48 *** GitHub167 has joined #openmrs
15:00:49 <GitHub167> [openmrs-core] dkayiwa pushed 2 new commits to master: http://git.io/IqOGuQ
15:00:49 <GitHub167> openmrs-core/master 8da2602 vaibhav-hp: TRUNK-4046 hide start visit button for dead patients
15:00:49 <GitHub167> openmrs-core/master bf6fd59 dkayiwa: Merge pull request #557 from vaibhav-hp/TRUNK-4046...
15:00:49 *** GitHub167 has left #openmrs
15:01:10 <rafa> cpower_: scrumtime? :)
15:01:15 <rafa> cpower:
15:02:42 <rafa> !scrumon rafa
15:02:42 * OpenMRSBot says the DAILY SCRUM MEETING is STARTING. This meeting should not last longer than 15 minutes. Please hold other comments until the end of the meeting, or message someone privately. Thank you! ScrumMaster rafa- you may begin when ready.
15:03:18 <rafa> order: rafa dkayiwa and anyone else
15:03:28 <rafa> Today:
15:03:28 <rafa> * Reviewed and merged a few pull requests in openmrs-core
15:03:28 <rafa> * Prepared for merging and back porting TRUNK-3644 Define which resources to load for module based on OpenMRS version
15:03:28 <rafa> https://tickets.openmrs.org/browse/TRUNK-3644
15:03:28 <rafa> * Worked around the 2.0 release
15:03:29 <rafa> * Design call
15:03:29 <rafa> No blockers.
15:03:59 <rafa> dkayiwa: hello, anything to report? :)
15:04:18 <dkayiwa> Reviewing and merging pull requests
15:04:18 <dkayiwa> Will attend Design Call
15:04:18 <dkayiwa> No Blockers :)
15:04:26 <rafa> thanks!
15:04:39 <rafa> see you on the design call
15:04:44 <dkayiwa> see ya
15:04:45 <rafa> !scrumoff
15:04:45 * OpenMRSBot says the DAILY SCRUM MEETING has ENDED. This channel is now returned to normal hacking operations. Post-scrum meeting follow-up conversations may now begin.
15:11:34 *** travis-ci has joined #openmrs
15:11:34 <travis-ci> [travis-ci] [openmrs/openmrs-core] [bf6fd59] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/17280259
15:11:34 *** travis-ci has left #openmrs
15:19:37 *** aniketha has quit IRC
15:34:49 *** VaibhavAgarwal has quit IRC
15:38:32 *** GitHub116 has joined #openmrs
15:38:32 <GitHub116> [openmrs-core] tadeitto closed pull request #559: TRUNK-3826 Bug in PersonAttribute.compareTo (master...TRUNK-3826) http://git.io/VI6Irg
15:38:32 *** GitHub116 has left #openmrs
15:38:46 *** hunterlz has joined #openmrs
15:44:39 *** raznoe has joined #openmrs
15:51:05 *** hunterlz has quit IRC
15:51:27 *** raznoe has quit IRC
15:59:22 *** GitHub190 has joined #openmrs
15:59:22 <GitHub190> [openmrs-core] dkayiwa closed pull request #497: TRUNK-4160 ProgramWorkflowService.retireProgram always throws Exception (master...master) http://git.io/lABkRA
15:59:22 *** GitHub190 has left #openmrs
15:59:24 *** GitHub38 has joined #openmrs
15:59:24 <GitHub38> [openmrs-core] dkayiwa pushed 4 new commits to master: http://git.io/dFQNrw
15:59:24 <GitHub38> openmrs-core/master 2a8d39c ujwala: TRUNK-4160 ProgramWorkflowService.retireProgram always throws Exception
15:59:24 <GitHub38> openmrs-core/master 3012c54 ujwala: TRUNK-4160 Review comments
15:59:24 <GitHub38> openmrs-core/master a19689e ujwala: Added use@link in to comments
15:59:24 *** GitHub38 has left #openmrs
16:09:23 *** dkithmal_ has quit IRC
16:10:08 *** dkithmal has joined #openmrs
16:11:21 *** travis-ci has joined #openmrs
16:11:22 <travis-ci> [travis-ci] [openmrs/openmrs-core] [86573b3] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/17283693
16:11:22 *** travis-ci has left #openmrs
16:26:12 *** GitHub178 has joined #openmrs
16:26:13 <GitHub178> [openmrs-core] tadeitto opened pull request #561: TRUNK-3826 Bug in PersonAttribute.compareTo (master...TRUNK-3826) http://git.io/iTyUHQ
16:26:13 *** GitHub178 has left #openmrs
16:28:07 *** dkithmal has quit IRC
16:50:35 *** dkithmal has joined #openmrs
16:52:12 *** reznitsky has joined #openmrs
17:10:17 *** reznitsky has quit IRC
17:13:06 <rafa> dkayiwa: don't we have a design call right now?
17:13:29 <dkayiwa> rafa: it was supposed to have ended 14 mins ago :)
17:13:41 <dkayiwa> rafa: but it never happened. there was only Burke and me :)
17:14:28 <rafa> dkayiwa: hmm strange
17:14:43 <rafa> dkayiwa: I have it wrong in my calendar
17:14:55 <dkayiwa> rafa: :)
17:15:25 <rafa> dkayiwa: you sure, it was an hour ago?
17:15:39 <dkayiwa> rafa: very very sure. :)
17:15:45 <rafa> dkayiwa: I'll fix my calendar then
17:15:47 <rafa> dkayiwa: thanks
17:15:50 <dkayiwa> cool
17:22:26 *** dkayiwa has quit IRC
17:58:06 *** djazayeri has joined #openmrs
17:58:06 *** ChanServ sets mode: +o djazayeri
17:58:29 <djazayeri> (btw, I'm off today for MLK day)
18:06:29 *** dkayiwa has joined #openmrs
18:24:47 *** dkayiwa has quit IRC
18:27:38 *** k-joseph has joined #openmrs
18:41:47 *** dkayiwa has joined #openmrs
18:42:47 *** jblaya has joined #openmrs
18:43:22 <jblaya> dkayiwa, are you around?
18:43:37 <dkayiwa> jblaya: almost :)
18:43:52 <jblaya> dkayiwa, jajajaja :-D
18:44:43 <jblaya> dkayiwa, I had a quick question about xforms. If for a coded concept, in the xforms you put Multiple Select and then put checkboxes for each of the answers
18:45:22 <jblaya> dkayiwa, I'm seeing that the answers are not being entered into the database and the header for the coded concept is as follows <conclusiones_llamada_falta_de_acciones_preventivas openmrs_concept="226^Conclusiones llamada falta de acciones preventivas^99DCT" openmrs_datatype="CWE" multiple="0">
18:45:38 <jblaya> dkayiwa, should that multiple="0" at the end be ="1"?
18:46:14 <dkayiwa> jblaya: does the form schema specify multiple select?
18:47:23 <jblaya> dkayiwa, in the properties tab for that concept it is multiple selct
18:47:48 <jblaya> dkayiwa, how do I look it up in the form schema?
18:47:53 <dkayiwa> jblaya: i mean in the openmrs form schema
18:48:56 <jblaya> dkayiwa, hmm, is that in the data dictionary?
18:49:10 <dkayiwa> jblaya: where you created the form from
18:50:19 <jblaya> dkayiwa, it's that the form schema on the form page doesn't show what kind of concept it is, the concept is there, because I erased the concept from the form, then reloaded the form and it appeared again
18:51:36 <dkayiwa> jblaya: how about the form schema's edit form field popup?
18:53:00 <jblaya> dkayiwa, ok, it does not have it as a multiple select
18:53:12 <jblaya> dkayiwa, I didn't know that had to be checked... let me try it
18:55:25 <jblaya> dkayiwa, one other question, when I open that form field popup, there isn't a save button, and if I click multiple select and then move to the next concept it doesn't save it
18:56:36 <dkayiwa> jblaya: does it have an OK button?
18:56:50 <jblaya> dkayiwa, nop
18:57:04 <jblaya> dkayiwa, just Cancel, I'm on 1.9.3
18:57:24 <jblaya> dkayiwa, ah, hold on the form is published, that might be the problem, dop
18:57:53 <jblaya> dkayiwa, yep, that was the problem :D
18:58:02 <dkayiwa> jblaya: :)
19:08:02 <jblaya> dkayiwa, ok, got a little further, multiple is now 1, but still not submitting the values, what I'm seeing when I submit is that each answer concept has a false by it, is that how it should be?
19:08:04 <jblaya> dkayiwa, <conclusiones_llamada_falta_de_acciones_preventivas openmrs_concept="226^Conclusiones llamada falta de acciones preventivas^99DCT" openmrs_datatype="CWE" multiple="1">
19:08:04 <jblaya> <datexsi:nil="true"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
19:08:05 <jblaya> <timexsi:nil="true"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
19:08:05 <jblaya> <cita_a_control openmrs_concept="227^cita a control^99DCT">false</cita_a_control>
19:08:05 <jblaya> <cita_a_examenes openmrs_concept="228^cita a examenes^99DCT">false</cita_a_examenes>
19:08:07 <jblaya> <instrucciones_cuidado_en_casa openmrs_concept="229^instrucciones cuidado en casa^99DCT">false</instrucciones_cuidado_en_casa>
19:08:10 <jblaya> <instrucciones_consulta_sapu openmrs_concept="230^instrucciones consulta SAPU^99DCT">false</instrucciones_consulta_sapu>
19:08:13 <jblaya> <controles_habituales openmrs_concept="231^controles habituales^99DCT">false</controles_habituales>
19:08:16 <jblaya> <xforms_value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></conclusiones_llamada_falta_de_acciones_preventivas>
19:08:56 <dkayiwa> jblaya: can you do a file save as and put the contents at pastebin.com?
19:13:29 *** jblaya has quit IRC
19:13:42 *** dkithmal has quit IRC
19:25:26 *** jblaya has joined #openmrs
19:26:03 *** jblaya has joined #openmrs
19:26:52 <jblaya> dkayiwa, ok, now I seem to be back on
19:27:22 <jblaya> dkayiwa, don't know if you were able to respond to the question about the answer concepts being false
19:27:23 <dkayiwa> jblaya: i thought Uganda was the worst :)
19:27:39 <dkayiwa> jblaya: can you do a file save as and put the contents at pastebin.com?
19:27:46 <jblaya> dkayiwa, :D well, maybe I'll give you a run for your money
19:29:05 <jblaya> dkayiwa, here it is http://pastebin.com/dgjzia2b
19:34:59 *** djazayeri has quit IRC
19:35:05 <dkayiwa> jblaya: ok
19:38:24 <dkayiwa> jblaya: which field should i look at?
19:50:03 *** spbflyman has joined #openmrs
19:51:50 *** sholohov has joined #openmrs
19:59:02 <jblaya> dkayiwa, <conclusiones_llamada_falta_de_acciones_preventivas openmrs_concept="226^Conclusiones llamada falta de acciones preventivas^99DCT" openmrs_datatype="CWE" multiple="1">
19:59:40 <dkayiwa> jblaya: what name on the design surface
20:14:39 *** sholohov has quit IRC
20:14:53 <jblaya> dkayiwa, sorry give me one sec to find it
20:15:21 <jblaya> dkayiwa, Conclusiones, then it has all of the options
20:17:47 <jblaya> dkayiwa, apologies, I have to leave for about 20 minutes, and I'll be back online
20:18:00 <dkayiwa> jblaya: ok
20:24:15 *** jblaya has quit IRC
20:27:50 *** robbyoconnor has quit IRC
20:37:29 *** sharkadi has joined #openmrs
20:57:43 *** sharkadi has quit IRC
21:01:22 *** jblaya has joined #openmrs
21:04:57 *** k-joseph has quit IRC
21:17:38 *** spbflyman has quit IRC
21:22:24 *** jblaya has quit IRC
21:28:03 *** severresurs has joined #openmrs
21:34:34 *** vikulja has joined #openmrs
21:38:43 *** robbyoconnor has joined #openmrs
21:38:44 *** ChanServ sets mode: +v robbyoconnor
21:49:23 *** upul has joined #openmrs
21:55:39 *** severresurs has quit IRC
21:58:55 *** vikulja has quit IRC
22:08:01 *** robbyoconnor has quit IRC
22:16:29 <Tajha> I'm going through the new dev manual trying to get everything set up, and I've gotten to the omrs-run command on page 45 giving me a build error =/
22:18:41 <Tajha> It's apparently related to Maven, which I thought was part of the sdk, but I installed separately anyway. Not really sure how to fix it.
22:35:23 *** harsz89 has quit IRC
22:52:00 *** harsz89 has joined #openmrs
22:52:00 *** ChanServ sets mode: +v harsz89
22:54:21 <Tajha> Welp, nvm, I broke it worse now XD
23:13:50 *** dkayiwa has quit IRC
23:16:35 *** djazayeri has joined #openmrs
23:16:35 *** ChanServ sets mode: +o djazayeri
23:20:59 *** djazayeri has quit IRC
23:22:25 *** robbyoconnor has joined #openmrs
23:22:26 *** ChanServ sets mode: +v robbyoconnor
23:40:39 *** bmanth60 has quit IRC
23:44:42 *** djazayeri has joined #openmrs
23:44:43 *** ChanServ sets mode: +o djazayeri
23:55:18 *** djazayeri has quit IRC