[11:06:22 CDT(-0500)] <dmccallum54> wins Ci down at the moment?
[11:06:56 CDT(-0500)] <JasonElwood> probably
[11:07:13 CDT(-0500)] <JasonElwood> logging in
[11:09:22 CDT(-0500)] <JasonElwood> Tomcat is coming up
[11:19:45 CDT(-0500)] <JasonElwood> it's up
[11:19:52 CDT(-0500)] <dmccallum54> thx
[11:21:20 CDT(-0500)] <dmccallum54> that API blows up reliably
[11:21:27 CDT(-0500)] <dmccallum54> any chance hib logging is still on?
[11:21:39 CDT(-0500)] <dmccallum54> if you're out of the RDP session i can go check
[11:21:53 CDT(-0500)] <JasonElwood> I'm out
[11:55:50 CDT(-0500)] <dmccallum54> i'm off of wins ci if anyone needs it. turned hib logging back off too
[14:36:04 CDT(-0500)] <TonyUnicon> does anyone mind running this query and pasting the result?
[14:36:09 CDT(-0500)] <TonyUnicon> select id from funding_source where name = 'Other'
[14:36:35 CDT(-0500)] <dmccallum54> in my local: "365e8c95-f356-4f1f-8d79-4771ae8b0291"
[14:36:44 CDT(-0500)] <TonyUnicon> perfect, thanks
[14:41:43 CDT(-0500)] <TonyUnicon> i probably have bandwidth for another critical
[14:41:58 CDT(-0500)] <TonyUnicon> or blocker
[14:42:47 CDT(-0500)] <dmccallum54> TonyUnicon do you have a usable local sqlserver instance?
[14:43:34 CDT(-0500)] <TonyUnicon> no not really, I have a sqlserver instance but its 2012 and no ssp schema on it (I used it to test sqlserver syntax)
[14:43:41 CDT(-0500)] <dmccallum54> np
[14:44:55 CDT(-0500)] <dmccallum54> how are you feeling about SSP-750?
[14:45:40 CDT(-0500)] <TonyUnicon> yeah ive been avoiding that, I feel that any fix for that would need some soak
[14:45:47 CDT(-0500)] <dmccallum54> fair enough
[14:45:52 CDT(-0500)] <TonyUnicon> and not worth being an eleventh hour fix
[14:46:10 CDT(-0500)] <dmccallum54> would you mind, then, being a third pair of eyes on SSP-1649
[14:46:23 CDT(-0500)] <dmccallum54> i'm struggling to even find a lead
[14:46:35 CDT(-0500)] <TonyUnicon> yep ill have a look
[14:46:35 CDT(-0500)] <JasonElwood> I'll move 750 unless there is an objection
[14:47:13 CDT(-0500)] <dmccallum54> this thread ends up describing exactly the same thing we're seeing, though he's doing slightly different things to end up there of course. and of course the thread just dies. http://www.sencha.com/forum/showthread.php?234732-How-can-I-switch-between-two-plugins-in-a-grid
[14:47:52 CDT(-0500)] <dmccallum54> think there's some reference to the destroyed roweditor plugin hanging around
[14:52:18 CDT(-0500)] <dmccallum54> currently i'm thinking about chasing down the ideas here: http://stackoverflow.com/questions/11963870/using-ext-grid-panel-reconfigure-breaks-the-grids-rowediting-plugin
[14:52:23 CDT(-0500)] <dmccallum54> but way too hungry for that...
[14:53:02 CDT(-0500)] <dmccallum54> JasonElwood no objection to moving 750 out
[14:53:25 CDT(-0500)] * dmccallum54 dmac_dehungering
[14:54:16 CDT(-0500)] <JasonElwood> hopefully not dmacdonalds
[15:00:10 CDT(-0500)] <TonyUnicon> ^^
[15:25:38 CDT(-0500)] <JasonElwood> do the APIs still allow for create, save and delete for reference items?
[15:38:39 CDT(-0500)] <dmccallum54> JasonElwood they should yes
[15:40:43 CDT(-0500)] <dmccallum54> not working?
[15:40:55 CDT(-0500)] <JasonElwood> testing now
[15:41:20 CDT(-0500)] <JasonElwood> for some reasonI thought we eliminated some methods. maybe that was for person
[15:42:02 CDT(-0500)] <dmccallum54> i had floated the idea of removing getAll for persons
[15:42:27 CDT(-0500)] <dmccallum54> since if someone actually does that it's a disaster
[15:42:55 CDT(-0500)] <dmccallum54> and way back when we had eliminated write ops for EA Responses
[15:43:03 CDT(-0500)] <dmccallum54> but dont recall eliminating methods for reference types
[15:43:24 CDT(-0500)] <JasonElwood> cool. thanks
[15:52:45 CDT(-0500)] <pspaude> dmac, we may have to think up a solution for Win for buildnumber
[15:54:44 CDT(-0500)] <dmccallum54> what happened
[15:56:54 CDT(-0500)] <pspaude> Severe BeanWiring ... JsonRenderingPipelineContext [$ ] can't be resolved
[15:58:01 CDT(-0500)] <dmccallum54> so
[15:58:05 CDT(-0500)] <pspaude> It is literally passing $buildNumber into the portal.properties in WEB-INF, I'm stubbed it out with a fake scm revision for now. I'm going to try git as an environment variable again like on my old laptop and see if it works.
[15:58:20 CDT(-0500)] <pspaude> But I don't remember if it did.
[15:58:24 CDT(-0500)] <dmccallum54> that worked just fine on wins ci fairly recently
[15:59:19 CDT(-0500)] <dmccallum54> or, i should say, buildNumber resolved just fine
[16:01:14 CDT(-0500)] <pspaude> ok that gives me hope. Looks like I might have had just git home and no bin on the path.
[16:02:59 CDT(-0500)] <dmccallum54> TonyUnicon, fwiw, for SSP-1649, the answer in the SO thread does look like it fixes the reported issue, but actually just trades it for another
[16:03:11 CDT(-0500)] <dmccallum54> the addCls error goes away
[16:03:20 CDT(-0500)] <TonyUnicon> and what happens?
[16:03:21 CDT(-0500)] <dmccallum54> but the 'update' button in the inline editor does't work anymore
[16:03:36 CDT(-0500)] <TonyUnicon> nice
[16:03:50 CDT(-0500)] <dmccallum54> wondering if it's because i can't do the rowEditingPlugin.initFieldAccessors(columns); step in the SO answer
[16:04:28 CDT(-0500)] <dmccallum54> b/c it looks like maybe we're manually firing the reconfigure event when it's not actually "reconfiguring" and we fire it without the columns arg
[16:04:37 CDT(-0500)] <dmccallum54> but still poking around
[16:05:49 CDT(-0500)] <dmccallum54> here's my debugging patch in all its console.log glory
[16:05:49 CDT(-0500)] <dmccallum54> https://gist.github.com/dmccallum/6371285
[16:09:44 CDT(-0500)] <dmccallum54> yeah, it's definitely a fake reconfigure event being fired by FormRendererUtils#reconfigureGridPanel()
[16:09:58 CDT(-0500)] <dmccallum54> seeing what happens if i just add all the expected args to the event
[16:11:28 CDT(-0500)] <dmccallum54> actually… that might not matter...
[16:12:30 CDT(-0500)] <TonyUnicon> ?
[16:12:31 CDT(-0500)] <dmccallum54> the SO is getting the columns from the actual grid, not the event
[17:26:52 CDT(-0500)] <dmccallum54> alright
[17:27:25 CDT(-0500)] <dmccallum54> if i leave out all the crap around trying to reset the roweditor and just go and remove the color picker from AdminTreeMenus.js the whole problem goes away