IRC Chat : 2013-11-19 - OpenMRS

01:08:08 *** aramirez has joined #openmrs
01:10:40 *** aramirez has quit IRC
01:11:01 *** aramirez has joined #openmrs
01:13:18 *** aramirez has quit IRC
01:14:09 *** djazayeri has quit IRC
01:16:17 *** raonyguimaraes has quit IRC
02:04:39 <OpenMRSBot> Recent updates in the world of openmrsci: SON-OPENMRSCOREMASTER-57 has FAILED : Scheduled build <https://ci-stg.openmrs.org/browse/SON-OPENMRSCOREMASTER-57>
02:13:27 *** harshadura has joined #openmrs
02:13:27 *** ChanServ sets mode: +v harshadura
02:22:55 *** harsz89 has quit IRC
02:24:57 *** harshadura_ has joined #openmrs
02:31:33 *** djazayeri has joined #openmrs
02:31:35 *** ChanServ sets mode: +o djazayeri
02:38:22 *** harshadura_ has quit IRC
02:43:20 *** djazayeri has quit IRC
02:59:27 *** shruthd has joined #openmrs
03:26:16 *** shruthd has quit IRC
03:35:24 *** wluyima has joined #openmrs
03:39:45 *** fouad has joined #openmrs
03:39:54 <fouad> Hi
03:40:46 <fouad> I need some help with git. I sent a pull request few days ago, after the code review I made the necessary changes. I did my local commit followed by git push -f
03:41:26 <fouad> but github doesn't allow me to send another pull request for the same branch
03:41:34 <fouad> not sure what's the workflow
04:37:16 *** shruthd has joined #openmrs
04:50:20 *** lokulin has left #openmrs
04:54:03 *** upul has quit IRC
04:54:38 *** shruthd has quit IRC
05:18:02 *** wluyima has quit IRC
05:22:42 *** djazayeri has joined #openmrs
05:22:43 *** ChanServ sets mode: +o djazayeri
05:23:48 *** wluyima has joined #openmrs
05:31:53 *** shruthd has joined #openmrs
05:32:25 *** robbyoconnor has joined #openmrs
05:32:25 *** ChanServ sets mode: +v robbyoconnor
05:33:59 *** djazayeri has quit IRC
05:36:48 *** wluyima has quit IRC
05:38:28 *** dahde has joined #openmrs
06:19:45 *** harsz89 has joined #openmrs
06:19:45 *** ChanServ sets mode: +v harsz89
06:42:40 *** k-joseph has joined #openmrs
06:56:13 *** dahde has quit IRC
06:59:33 *** shruthd has quit IRC
07:01:59 *** shruthd has joined #openmrs
07:05:41 *** dkayiwa has joined #openmrs
07:11:25 *** k-joseph has quit IRC
07:19:36 *** k-joseph has joined #openmrs
07:36:54 *** k-joseph has quit IRC
07:41:30 *** shruthd has quit IRC
07:43:30 *** GitHub171 has joined #openmrs
07:43:30 <GitHub171> [openmrs-core] dkayiwa pushed 1 new commit to master: http://git.io/JUaqTg
07:43:30 <GitHub171> openmrs-core/master 1965957 dkayiwa: Doing some file formatting
07:43:30 *** GitHub171 has left #openmrs
07:47:14 *** janmajeed has quit IRC
07:52:10 *** travis-ci has joined #openmrs
07:52:10 <travis-ci> [travis-ci] [openmrs/openmrs-core] [1965957] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/14184201
07:52:10 *** travis-ci has left #openmrs
07:52:14 <OpenMRSBot> <http://ln-s.net/:fIO> (at travis-ci.org)
08:05:59 *** janmajeed has joined #openmrs
08:07:21 *** harsha89 has joined #openmrs
08:09:18 *** harsz89 has quit IRC
08:11:10 *** shruthd has joined #openmrs
08:21:32 <akwatuha__> hi dkayiwa
08:21:45 *** shruthd has quit IRC
08:21:45 <dkayiwa> akwatuha__: hi
08:23:17 <akwatuha__> i need to implement skip logic on a section, i realize you did a fix to enable this. I am yet to find a documentation on how to do it , i am listening to your OpenMRS university presentation that you showed how, but yet to get there. Any quick link on how to do it?
08:23:53 <akwatuha__> i mean skip logic on group box
08:24:22 <akwatuha__> dkayiwa: you did the fix here https://tickets.openmrs.org/browse/XFRM-4
08:24:52 <akwatuha__> dkayiwa: but have not found how to implement it through xforms
08:25:49 *** shruthd has joined #openmrs
08:27:17 <dkayiwa> akwatuha__: what happens when you try to do it?
08:31:29 <akwatuha__> i have just got to the section, i see you define skip logic for one of the questions in the group box then select other questions to use the same logic. I will try it out in a moment. If this is done, will it leave an empty space where the group box existed or it will automatically pull up/rearrange the rest of group boxes?
08:32:13 <dkayiwa> akwatuha__: what happens? :)
08:32:41 <akwatuha__> dkayiwa: just a moment, now testing it out
08:51:51 <akwatuha__> dkayiwa: my module still compiling. Another question is when I implement external source on a text widget, can I change the diplay to a vertical/horizontal radio button or checkboxes?
08:52:11 *** harsha89 has quit IRC
08:52:46 <akwatuha__> dkayiwa: or if i used the pallet panel, can I define a list whose data is from external source?
08:53:06 <dkayiwa> akwatuha__: how would you want that to start a search from a radio button or checkbox? :)
08:54:01 <dkayiwa> akwatuha__: external source values are autocompleted as one types. so i wonder how that would be for radio buttons :)
08:54:05 <akwatuha__> dkayiwa: in one scenario I simply need a list of items from a table from db without the user searching,
08:54:23 <dkayiwa> akwatuha__: how many items are they?
08:55:22 <akwatuha__> dkayiwa: five, items, can i create the list from such values? they need not to be in db.
08:55:49 <dkayiwa> akwatuha__: can you hardcode them in the xform?
08:55:59 <akwatuha__> dkayiwa: yes
08:56:24 <dkayiwa> akwatuha__: so do that. just change the type to single select and then use add child for each
08:58:04 <akwatuha__> ok, let me look at the Single Select
09:04:15 <OpenMRSBot> Recent updates in the world of openmrsci: SON-DISPENSING-57 has FAILED : Scheduled build <https://ci-stg.openmrs.org/browse/SON-DISPENSING-57>
09:04:18 *** harsha89 has joined #openmrs
09:27:30 <akwatuha__> dkayiwa: the skip logic for group box works well, it hides the box.
09:27:51 <akwatuha__> dkayiwa: the single select from my values is not showing it as a list
09:28:19 <akwatuha__> dkayiwa: i have added the child values and can see the child options in the fields panel
09:28:40 <dkayiwa> akwatuha__: what does it show it as?
09:29:48 <akwatuha__> dkayiwa: it is shown as a text box
09:30:59 <dkayiwa> akwatuha__: delete the text box from the design surface. then drag the field from form fields panel and drop it onto the design surface again
09:31:49 <akwatuha__> dkayiwa: ok
09:56:35 *** magoo_ has joined #openmrs
09:59:28 *** raonyguimaraes has joined #openmrs
10:07:33 *** magoo_ has quit IRC
10:23:30 *** GitHub190 has joined #openmrs
10:23:31 <GitHub190> [openmrs-core] dkayiwa pushed 2 new commits to master: http://git.io/dh_15A
10:23:31 <GitHub190> openmrs-core/master 03eba15 Lukasz Plotnicki: @lplotni/@jthoenes: TRUNK-4037 Retired location tags are being displayed with the class="retired" if they are selected on the location. If they are not selected, they will be not presented.
10:23:31 <GitHub190> openmrs-core/master acc9735 dkayiwa: Merge pull request #445 from lplotni/TRUNK-4037...
10:23:31 *** GitHub190 has left #openmrs
10:23:31 *** GitHub49 has joined #openmrs
10:23:31 <GitHub49> [openmrs-core] dkayiwa closed pull request #445: TRUNK-4037 (master...TRUNK-4037) http://git.io/MHndnw
10:23:31 *** GitHub49 has left #openmrs
10:26:28 *** magoo_ has joined #openmrs
10:28:14 *** vinayv has joined #openmrs
10:33:18 *** travis-ci has joined #openmrs
10:33:18 <travis-ci> [travis-ci] [openmrs/openmrs-core] [acc9735] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/14189753
10:33:18 *** travis-ci has left #openmrs
10:33:22 <OpenMRSBot> <http://ln-s.net/:fMp> (at travis-ci.org)
10:33:49 <vinayv> Hello everyone. I just created a ticket - https://tickets.openmrs.org/browse/RESTWS-397 on Rest WebServices.
10:37:04 <dkayiwa> vinayv: do you need help? :)
10:37:05 <vinayv> shruthd and I have been working on this, and we have a patch. One thing we have been debating, and would like for a second opinion.
10:37:10 <vinayv> we've been using Hibernate.initialize() and proxy.getLazyInitializer().getImplementation to fix it.
10:37:55 <vinayv> the question is, this will create a direct dependency on Hibernate jars. is this desirable?
10:38:46 <dkayiwa> vinayv: is that in the service or data access layer?
10:38:56 <vinayv> in webservices.rest
10:39:11 <dkayiwa> vinayv: correct. but which layer? :)
10:39:47 <vinayv> It is in the ConversionUtil class
10:40:57 <dkayiwa> vinayv: looks fair enough. i think if you have no other alternative solution, just go ahead and create a pull request :)
10:41:26 <dkayiwa> vinayv: after all it will be reviewed
10:41:55 <vinayv> alright. Thanks. :)
11:06:36 *** GitHub152 has joined #openmrs
11:06:37 <GitHub152> [openmrs-core] dkayiwa closed pull request #444: Fixing TRUNK-3834 (master...TRUNK-3834) http://git.io/RHTbMw
11:06:37 *** GitHub152 has left #openmrs
11:06:39 *** GitHub139 has joined #openmrs
11:06:39 <GitHub139> [openmrs-core] dkayiwa pushed 3 new commits to master: http://git.io/D0Dk1Q
11:06:39 <GitHub139> openmrs-core/master 5632725 Lukasz Plotnicki: @lplotni/@jthoenes: Boyscout - removing unused private method.
11:06:39 <GitHub139> openmrs-core/master 292dc4e Lukasz Plotnicki: @lplotni/@jthoenes: TRUNK-3834 Removed the if statement responsible for the extending of the SEARCH_DELAY if the search string was below the minSearchLength
11:06:39 <GitHub139> openmrs-core/master 08c3d51 dkayiwa: Merge pull request #444 from lplotni/TRUNK-3834...
11:06:39 *** GitHub139 has left #openmrs
11:08:40 *** magoo_ has quit IRC
11:16:30 *** travis-ci has joined #openmrs
11:16:30 <travis-ci> [travis-ci] [openmrs/openmrs-core] [08c3d51] [dkayiwa] The build was broken. - http://travis-ci.org/openmrs/openmrs-core/builds/14191399
11:16:30 *** travis-ci has left #openmrs
11:16:34 <OpenMRSBot> <http://ln-s.net/:fOD> (at travis-ci.org)
11:26:21 *** dkayiwa has quit IRC
11:29:04 *** harshadura_ has joined #openmrs
11:32:13 *** harshadura has quit IRC
11:37:44 *** vinayv has quit IRC
11:42:17 *** dkayiwa has joined #openmrs
11:47:05 *** shruthd has quit IRC
12:02:10 <akwatuha__> hi dkayiwa
12:02:21 <dkayiwa> akwatuha__: hi
12:02:54 <akwatuha__> both single select issue and group box skip logic worked well.
12:03:38 <dkayiwa> akwatuha__: oh great!!!
12:03:45 <akwatuha__> dkayiwa: I however realized at some point the widgets gets re-organized
12:04:41 <dkayiwa> akwatuha__: is it easy to reproduce the problem
12:06:11 <akwatuha__> dkayiwa: e.i I had a number of widgets for patient details and followed by three group boxes with information to be displaying dynamically based on user selection. I realized when I click an option some time the group boxes comes above the patient details. I want to do more tests to figure out whether it is just for a particular selection
12:06:33 <akwatuha__> dkayiwa: not sure if it can be reproduced. Will do more tests and get back to you.
12:08:37 <dkayiwa> akwatuha__: ok
12:11:58 *** GitHub28 has joined #openmrs
12:11:59 <GitHub28> [openmrs-core] dkayiwa pushed 1 new commit to master: http://git.io/2I14VA
12:11:59 <GitHub28> openmrs-core/master c50a0bc dkayiwa: Doing some formatting
12:11:59 *** GitHub28 has left #openmrs
12:19:26 *** shruthd has joined #openmrs
12:21:11 *** travis-ci has joined #openmrs
12:21:12 <travis-ci> [travis-ci] [openmrs/openmrs-core] [c50a0bc] [dkayiwa] The build was fixed. - http://travis-ci.org/openmrs/openmrs-core/builds/14193575
12:21:12 *** travis-ci has left #openmrs
12:21:15 <OpenMRSBot> <http://ln-s.net/:fQz> (at travis-ci.org)
12:29:39 *** shruthd has quit IRC
12:41:45 *** vinayv has joined #openmrs
12:41:48 *** shruthd has joined #openmrs
12:43:19 *** vinayv has quit IRC
12:46:40 *** vinayv has joined #openmrs
12:52:41 *** dahde has joined #openmrs
12:54:59 *** AlexO has joined #openmrs
12:57:09 *** dahde has quit IRC
13:03:12 *** dkayiwa_ has joined #openmrs
13:04:53 *** dkayiwa has quit IRC
13:04:54 *** dkayiwa_ is now known as dkayiwa
13:05:17 *** shruthd has quit IRC
13:05:58 *** shruthd has joined #openmrs
13:07:13 *** shruthd has quit IRC
13:11:52 *** robbyoconnor has quit IRC
13:15:36 *** GitHub135 has joined #openmrs
13:15:37 *** GitHub10 has joined #openmrs
13:15:37 <GitHub10> [openmrs-core] dkayiwa closed pull request #416: PatientService.savePatientIdentifier still requires location - Trunk 4056 (master...TRUNK-4056) http://git.io/CKUUdw
13:15:37 *** GitHub10 has left #openmrs
13:15:37 <GitHub135> [openmrs-core] dkayiwa pushed 2 new commits to master: http://git.io/sihMoQ
13:15:37 <GitHub135> openmrs-core/master 301d79c blobbered: TRUNK-4056: PatientService.savePatientIdentifier no longer requires location when locationBehaviour is NOT_USED.
13:15:37 <GitHub135> openmrs-core/master f870162 dkayiwa: Merge pull request #416 from blobbered/TRUNK-4056...
13:15:37 *** GitHub135 has left #openmrs
13:17:17 <AlexO> dkayiwa you there
13:17:28 <dkayiwa> AlexO: hi
13:17:35 <AlexO> Thanks so much for reaching out
13:17:39 <AlexO> I'm really struggling here
13:17:45 <AlexO> Hope you are doing well
13:18:55 <dkayiwa> AlexO: oh yes. can i be back in 15mins?
13:19:03 <AlexO> Yup that sounds good! Thanks!
13:24:35 *** travis-ci has joined #openmrs
13:24:36 <travis-ci> [travis-ci] [openmrs/openmrs-core] [f870162] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/14195805
13:24:36 *** travis-ci has left #openmrs
13:24:41 <OpenMRSBot> <http://ln-s.net/:fTr> (at travis-ci.org)
13:25:08 *** dkayiwa has quit IRC
13:40:46 *** Tal has joined #openmrs
13:41:16 *** Eli__ has joined #openmrs
13:42:24 *** dkayiwa has joined #openmrs
13:42:55 *** vinayv has quit IRC
13:42:55 <Eli__> Tal: Are you here?
13:43:12 <Tal> Eli__: yes
13:43:23 <Tal> dkayiwa: Hi daniel
13:43:38 <dkayiwa> Tal: hi
13:43:51 <Tal> dkayiwa: im trying to install openMRS core
13:44:23 *** Or has joined #openmrs
13:44:23 <Tal> dkayiwa: i forked the source to my git account int imported it to eclipse
13:44:33 <Or> hey guys
13:44:47 *** Or is now known as Guest24263
13:45:00 <Tal> dkayiwa: then i ran "mvn clean install" and "maven jetty:run"
13:45:14 <Tal> dkayiwa: then i get the following error:
13:45:30 <Tal> dkayiwa: The following error occurred at startup: Error occurred while trying to get the updates needed for the database. Unable to get a connection to the database. Please check your openmrs runtime properties file and make sure you have the correct connection.username and connection.password set java.lang.RuntimeException: Error occurred while trying to get the updates needed for the database. Unable to get a connection to the databas
13:45:47 <Tal> dkayiwa: do you know what to do?
13:45:55 <dkayiwa> Tal: are you installing afresh?
13:47:16 <Tal> dkayiwa: yes, i erased the previous folder and downloaded a new one.
13:47:33 <dkayiwa> Tal: start by deleting the runtime properties file
13:47:43 <Tal> dkayiwa: how can i do that?
13:48:05 <dkayiwa> Tal: just delete the physical file from the file system
13:49:33 <Tal> dkayiwa: what's the name of the file?
13:49:38 <Tal> dkayiwa: is it build.properties?
13:49:49 <dkayiwa> Tal: https://wiki.openmrs.org/display/docs/Overriding+OpenMRS+Default+Runtime+Properties
13:49:51 <OpenMRSBot> <http://ln-s.net/8c91> (at wiki.openmrs.org)
13:52:48 <Tal> dkayiwa: i dont have file that called runtime.properties in my open-mrs folder or in the webapp folder
13:53:25 <dkayiwa> Tal: can you read the above link again to see the pattern of the name? :)
13:53:35 <dkayiwa> and location
13:55:56 *** wluyima has joined #openmrs
13:55:58 <Tal> dkayiwa: I read it, i dont understand where this file located
13:55:59 *** robbyoconnor has joined #openmrs
13:55:59 *** ChanServ sets mode: +v robbyoconnor
13:56:42 <dkayiwa> Tal: what is your value for WEBAPP NAME?
13:56:56 <Tal> dkayiwa: C:\Users\tal\git\openmrs-core\webapp
13:57:42 <dkayiwa> Tal: the default value for WEBAPP NAME is simply openmrs
13:58:15 <dkayiwa> Tal: assuming you did not change it, can you look for? openmrs-runtime.properties
14:00:09 <Tal> dkayiwa: where can i find that file? in C:\Users\tal\git\openmrs-core?
14:00:29 <dkayiwa> Tal: have you ever done a windows file search?
14:00:52 <Tal> dkayiwa: sure
14:01:12 <dkayiwa> Tal: do you understand this statement in the above link?
14:01:13 <dkayiwa> Windows:
14:01:13 <dkayiwa> {APPDATA}/OpenMRS/{WEBAPP NAME}-runtime.properties
14:02:40 <Tal> dkayiwa: i dont understand where to find APPDATA
14:02:42 *** GitHub39 has joined #openmrs
14:02:43 <GitHub39> [openmrs-core] dkayiwa pushed 1 new commit to master: http://git.io/_lMSpQ
14:02:43 <GitHub39> openmrs-core/master 484106b dkayiwa: Adding previously removed test - TRUNK-4056
14:02:43 *** GitHub39 has left #openmrs
14:02:45 <Tal> dkayiwa: i go to C:\Users\tal\AppData
14:03:10 <dkayiwa> Tal: then in that case a windows file search will be easier for you. not so? :)
14:03:22 <Tal> dkayiwa: ohhh sorry i found it
14:03:34 <dkayiwa> Tal: delete it
14:03:40 <Tal> dkayiwa: ok
14:03:46 <Tal> dkayiwa: deleted
14:03:50 <dkayiwa> Tal: if you also already had the openmrs database, drop it also
14:04:43 <Tal> dkayiwa: ok , just drop the tables from mysql right?
14:04:58 <dkayiwa> Tal: do you have a database named openmrs?
14:05:43 <Tal> dkayiwa: no, i already erased it
14:05:56 <dkayiwa> Tal: now run again
14:06:23 <dkayiwa> AlexO: hi
14:06:52 <Tal> dkayiwa: Thanks!! it's working! awsome!
14:07:09 <AlexO> hi
14:07:34 <dkayiwa> AlexO: now that Tal is happy, am ready for you :)
14:07:45 <AlexO> Lol sounds good
14:07:55 <AlexO> no worries. Thanks so much for your help
14:08:07 <Tal> dkayiwa: daniel thank you!
14:08:18 <dkayiwa> Tal: thank you too :)
14:10:35 <AlexO> Hey, Daniel. So you've read my case. Any suggestions? Do you need me to give you more info?
14:11:40 <Tal> dkayiwa: daniel, now I will edit the code via eclipse and run it through the cmd by "mvn jetty:run"?
14:11:46 <dkayiwa> AlexO: you need to mention my irc name every time you type in order to get immediate attention :)
14:11:55 <AlexO> ah
14:11:56 <AlexO> ok
14:12:05 <AlexO> dkayiwa:
14:12:08 *** travis-ci has joined #openmrs
14:12:09 <travis-ci> [travis-ci] [openmrs/openmrs-core] [484106b] [dkayiwa] The build passed. - http://travis-ci.org/openmrs/openmrs-core/builds/14198093
14:12:09 *** travis-ci has left #openmrs
14:12:12 <AlexO> dkayiwa: So any suggestions?
14:12:13 <OpenMRSBot> <http://ln-s.net/:fVi> (at travis-ci.org)
14:12:18 <dkayiwa> Tal: after you have it running well via command line, then we can do the eclipse configuration
14:12:27 <AlexO> dkayiwa: I can wait
14:12:28 <dkayiwa> AlexO: even the "ah" needed it :)
14:12:39 <AlexO> dkayiwa: ok I get it now. Thanks!
14:12:55 <dkayiwa> AlexO: so which version of openmrs are you using?
14:13:00 <AlexO> dkayiwa: 1.9.6
14:13:13 <AlexO> dkayiwa: with Tomcat 6 and MySQL
14:13:20 <dkayiwa> AlexO: and where did you get the refapp modules from?
14:13:23 <AlexO> dkayiwa: its behaving very strangely
14:13:42 <AlexO> dkayiwa: i'll send you the link, but I think its the regular downloads area
14:14:03 <dkayiwa> AlexO: i wanna do exactly what you did to reproduce your problem :)
14:14:11 <AlexO> dkayiwa: ok
14:16:10 <AlexO> dkayiwa: yea its behaving really funny. Without the modules it runs fine. But once I start up the app with the modules in the application data > modules folder, it freezes up
14:16:32 <dkayiwa> AlexO: ok. i need to start with where you got the modules
14:16:48 <AlexO> dkayiwa: yup working on it
14:16:58 <AlexO> dkayiwa: http://sourceforge.net/projects/openmrs/files/releases/OpenMRS_EMR_2.0/
14:17:05 <OpenMRSBot> <http://ln-s.net/:fVz> (at sourceforge.net)
14:17:06 <dkayiwa> AlexO: checking it out
14:17:07 <AlexO> dkayiwa: thats the link
14:18:40 <dkayiwa> AlexO: so am now downloading the modules to test it out
14:18:59 <AlexO> dkayiwa: cool
14:23:54 <rafa> AlexO: hi, it might be a privilege issue
14:24:03 <rafa> AlexO: are you using linux?
14:24:08 <AlexO> rafa: no windows
14:24:41 <rafa> AlexO: I've never seen it happen on windows, but it's possible as well
14:25:04 <AlexO> rafa: How would I go about fixing it?
14:25:22 <rafa> AlexO: is it just a test/dev server?
14:25:36 <rafa> AlexO: if so please make sure you are running tomcat 6 with admin privileges
14:26:28 <rafa> AlexO: there is a problem with activemq (included in the event module) creating a directory in a strange place
14:26:45 <rafa> AlexO: see https://tickets.openmrs.org/browse/EVNT-29
14:27:40 <AlexO> rafa, dkayiwa: before I do, let me explain this weird quirk
14:28:10 <AlexO> rafa, dkayiwa: The application runs fine actually, after I remove the modules from the folder temporarily.
14:29:08 <AlexO> rafa, dkayiwa: then under admin -> manage modules the modules are loaded and everything
14:29:15 <wluyima> dkayiwa: standup url?
14:29:26 <AlexO> rafa, dkayiwa: what does standup url mean?
14:29:33 <AlexO> rafa: reading the ticket now
14:30:44 *** djazayeri has joined #openmrs
14:30:45 *** ChanServ sets mode: +o djazayeri
14:32:39 *** robbyoconnor has quit IRC
14:33:44 <rafa> AlexO: standup is our daily meeting to report progress
14:34:33 <rafa> wluyima: are we having a standup?
14:34:36 <AlexO> rafa: ok should we continue this later then?
14:35:18 <wluyima> rafa: i think so
14:35:20 <rafa> AlexO: it's fine now
14:35:28 <wluyima> cpower: hangout url?
14:36:12 <cpower> https://plus.google.com/hangouts/_/76cpi146s5ia3tme2a3h3g6vjc?hl=en
14:36:16 <OpenMRSBot> <http://ln-s.net/:fWu> (at plus.google.com)
14:36:17 <rafa> wluyima: btw a friendly reminder that tomorrow is OpenMRS 2.0 development university call
14:36:28 <rafa> wluyima: please don't forget to join :)
14:36:56 *** Guest24263 has quit IRC
14:37:19 <cpower> dkayiwa: you want to join us?
14:50:32 *** aramirez has joined #openmrs
14:52:41 *** Tal has quit IRC
14:56:19 <aramirez> dkayiwa: hey still having the same problem
14:56:48 <akwatuha__> dkayiwa: i have redone the design and it is now working fine. I asked our Form Development Team about the issue and they said they encounter it at times when they click on refresh button during development. For sure i had some clicks on refresh button of the xforms module and thus may have contributed to my earlier issue. For now I will leave my working
14:56:49 <akwatuha__> version but will try tomorrow to click on refresh during development to reproduce the issue
14:56:49 <aramirez> dkayiwa:is there any way i can modify the values outside openmrs and the reload the for to the system
15:05:00 <cpower> Hello and welcome to scrum time, where we say what we just said in a Google Hangout for record keeping purposes ;-)
15:05:05 <cpower> !scrumon cpower
15:05:05 * 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 cpower- you may begin when ready.
15:05:25 <cpower> Order: wluyima , rafa , dkayiwa , djazayeri
15:07:30 <wluyima> Monday:
15:07:31 <wluyima> - design call
15:07:32 <wluyima> - review follow up commits for TRUNK-4134 - ModuleActivator.started()/.contextRefreshed() not called
15:07:34 <wluyima> - more order entry work
15:07:35 <wluyima> - preparation for GHI WIP presentation for Thursday 12/21
15:07:37 <wluyima> Tuesday:
15:07:38 <wluyima> - Order entry tickets
15:07:40 <wluyima> - more preparations for GHI WIP presentation for Thursday 12/21
15:07:40 <wluyima>
15:07:41 <wluyima> Blockers: None
15:07:53 *** vinayv has joined #openmrs
15:08:36 <rafa> Yesterday:
15:08:36 <rafa> * Attended GSoC meetup at Gdansk University of Technology
15:08:36 <rafa> * University call planning
15:08:36 <rafa> Today:
15:08:36 <rafa> * Reviewed RESTWS-397
15:08:37 <rafa> Cannot search for numeric concept "full" representation
15:08:37 <rafa> https://tickets.openmrs.org/browse/RESTWS-397
15:08:38 <rafa> * Working on META-274
15:08:38 <rafa> HTML form entry forms not working on MDS 1.0.9 and openmrs 1.9.1
15:08:39 <rafa> https://tickets.openmrs.org/browse/META-274
15:08:39 <rafa> No blockers.
15:08:47 <dkayiwa> Been doing code reviews, testing and merging of tickets from volunteers
15:08:48 <dkayiwa> Continuing to do so
15:08:48 <dkayiwa> No Blockers
15:09:40 *** sgithens has joined #openmrs
15:11:20 <djazayeri> * Added EncounterWithCodedObsCohortDefinition to reporting module
15:11:20 <djazayeri> * Working on Mirebalais reports
15:11:20 <djazayeri> * Design calls
15:11:20 <djazayeri> No blockers
15:13:57 <rafa> AlexO: is your problem fixed?
15:14:23 <rafa> cpower: scrum off?
15:14:30 <cpower> yes!
15:14:32 <cpower> !scrumoff
15:14:32 * 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:16:35 <dkayiwa> AlexO: hi
15:19:22 <wluyima> rafa: tomorrow is when i present walk through the new Ui framework, right?
15:19:35 <rafa> wluyima: right
15:21:37 <wluyima> rafa: ok
15:22:09 *** AlexO has quit IRC
15:45:14 *** ibewes_ has joined #openmrs
15:45:51 <dkayiwa> akwatuha__: ok
15:45:58 <dkayiwa> aramirez: hi
15:46:58 *** djazayeri has quit IRC
15:52:38 *** ibewes has quit IRC
15:52:43 <aramirez> <dkayiwa> hey
15:53:07 <dkayiwa> aramirez: which problem
15:53:57 *** ibewes_ is now known as ibewes
16:02:01 <aramirez> dkayiwa: the one of the CONCEPT, and editing no save the external source value
16:02:27 <dkayiwa> aramirez: what is the exact error message
16:03:02 *** djazayeri has joined #openmrs
16:03:06 *** ChanServ sets mode: +o djazayeri
16:03:50 *** aramirez has quit IRC
16:12:25 *** aramirez has joined #openmrs
16:12:46 *** shruthd has joined #openmrs
16:34:00 <aramirez> dkayiwa:give me a second i have to restart my systemn
16:34:05 *** aramirez has quit IRC
16:37:00 *** vinayv has quit IRC
16:40:06 *** vinayv has joined #openmrs
16:42:58 *** aramirez has joined #openmrs
16:54:34 *** aramirez has quit IRC
17:43:59 *** vinayv has quit IRC
17:51:10 *** aramirez has joined #openmrs
17:51:26 <aramirez> dkayiwa:The external source property 'CONCEPT' is invalid, you need to specify the appropriate one from the following from the xforms design page: concept, location, provider and person
17:52:05 <dkayiwa> aramirez: send me an email and i send you something
17:53:35 <aramirez> dkayiwa: what is your emal?
17:54:18 <dkayiwa> aramirez: like me irc name. but do not type it here :)
17:56:42 <aramirez> dkyaiwa: @gmail right?
17:57:57 <dkayiwa> aramirez: please do not type anything that can be concatenated by spamers
18:03:05 <aramirez> dkayiwa:done
18:11:16 *** aramirez has quit IRC
18:11:57 *** aramirez has joined #openmrs
18:16:33 *** k-joseph has joined #openmrs
18:17:25 *** bmanth60 has joined #openmrs
18:21:33 <dkayiwa> akwatuha__: what happens when u submit the form
18:23:50 *** raony_ has joined #openmrs
18:31:04 <k-joseph> dkayiwa: hi
18:31:39 <dkayiwa> k-joseph: hi
18:32:28 <k-joseph> dkayiwa: i have tried that way of trying to hide the alert div but has failed!!!
18:32:41 <dkayiwa> k-joseph: responded
18:39:33 *** aramirez has quit IRC
18:48:16 *** aramirez has joined #openmrs
18:49:28 <aramirez> dkayiwa:the widgets work but i cant submit the form
18:51:17 <dkayiwa> aramirez: ok
18:52:19 <dkayiwa> aramirez: thats not helpful :)
18:52:46 <aramirez> dkayiwa:yeah but it better than before :D
18:53:13 <dkayiwa> aramirez: sorry about it not submitting :)
18:53:36 <aramirez> dkayiwa:no problem, your help is really appreciated
18:55:47 <dkayiwa> aramirez: what i meant is that the way you report is not helpful :)
18:57:26 <aramirez> dkayiwa:im sorry im trying the best i can
18:57:51 <dkayiwa> aramirez: you can do better still :)
18:59:24 <aramirez> dkayiwa: I can now thanks to you and modify all value in the form, but when i try to sumbit it, create it, instead of entering the form in encounters it takes me back to the beggining of the form
19:00:50 <dkayiwa> aramirez: but you said you cannot submit the form :)
19:01:54 <aramirez> dkayiwa: yes it doesnt submit it, i try too but i get sent to the same form
19:02:12 <aramirez> dkayiwa:after pressing the submit button
19:02:44 <dkayiwa> aramirez: is that for all forms? or just some forms?
19:02:52 *** mseaton has joined #openmrs
19:02:52 *** ChanServ sets mode: +v mseaton
19:06:14 <aramirez> dkayiwa:all of them, this was happening before but i thought i was because of the error
19:06:28 <dkayiwa> aramirez: did you fill all values?
19:06:45 *** harsha89 has quit IRC
19:08:24 <aramirez> dkayiwa: ok i found the glitch
19:08:36 <aramirez> dkayiwa: its not autofilling the provider id
19:09:28 *** k-joseph has quit IRC
19:09:51 <aramirez> dkayiwa:xforms.setDefaultProvider=true
19:13:18 <aramirez> dkayiwa:its only happening with super user account, the rest of the user seem fine
19:13:48 <aramirez> dkayiwa:will restart and let you know
19:14:00 *** aramirez has quit IRC
19:17:27 *** bmanth60 has quit IRC
19:18:16 *** harsha89 has joined #openmrs
19:36:23 *** bmanth60 has joined #openmrs
19:38:32 *** k-joseph has joined #openmrs
19:39:10 *** wluyima has quit IRC
19:44:06 *** bmanth60 has quit IRC
19:55:48 *** shruthd has quit IRC
20:01:32 *** aramirez has joined #openmrs
20:01:53 <aramirez> dkayiwa: Thank you, everything works fine now
20:02:10 <dkayiwa> aramirez: good
20:04:00 *** aramirez has quit IRC
20:06:57 *** k-joseph has quit IRC
20:11:39 *** k-joseph has joined #openmrs
20:16:23 *** k-joseph_ has joined #openmrs
20:17:09 *** k-joseph has quit IRC
20:41:11 <Eli__> dkayiwa: Hey, are you here? :)
20:42:12 <dkayiwa> Eli__: almost :)
20:42:43 <Eli__> dkayiwa: will you be available in the next hour?
20:44:13 <dkayiwa> Eli__: i could be sleeping or just too tired :)
20:44:39 <dkayiwa> Eli__: but i can do whatever you need now :)
20:44:48 <Eli__> dkayiwa: okay, so I guess we will catch up with you tomorrow
20:44:55 <dkayiwa> Eli__: ok
20:45:27 <Eli__> dkayiwa: I'm with Tal, we need to install the module, so It wont be so short
20:45:42 <dkayiwa> Eli__: ok
20:45:57 <Eli__> dkayiwa: So thanks a lot and we will be in touch :)
20:46:04 <dkayiwa> Eli__: sure
20:46:34 *** djazayeri has quit IRC
20:50:11 *** Eli__ has quit IRC
20:50:25 *** dkayiwa has quit IRC
20:50:46 *** wluyima has joined #openmrs
20:58:32 *** raonyguimaraes has quit IRC
21:17:37 *** k-joseph_ has quit IRC
21:28:10 *** djazayeri has joined #openmrs
21:28:21 *** ChanServ sets mode: +o djazayeri
21:29:00 *** harshadura__ has joined #openmrs
21:29:58 *** upul has joined #openmrs
21:32:49 *** harshadura_ has quit IRC
21:34:07 *** harshadura_ has joined #openmrs
21:37:55 *** harshadura__ has quit IRC
21:47:58 *** dkayiwa has joined #openmrs
22:20:20 *** sgithens has quit IRC
22:45:05 *** dkayiwa has left #openmrs