Brian Kimball
Brian Kimball
Had this issue as well, work around is to set animation.duration to 0. ``` ```
Hi @yendrrek , since PageInteractions are a feature of the Bullhorn ATS and no code is used from the component library, there is not much we can do here. I...
This was reported through client feedback session. I seem to recall this is how it worked but did not verify this was old functionality. Do we think it is better...
I think the right solution might be to let the picker results template add it.
Any chance we can get the latest published to npm?
@NetanelBasal I was talking about both variation. I see it more common in SnackBars (ie material), In my apps we have Growls, Toasts, Banners & Snackbars and always need to...
Is there a timeline on getting this merged?
Hey Suresh, First you should look at the REST API docs: http://developer.bullhorn.com/sites/default/files/BullhornRESTAPI_0_2.pdf Page 102, talks about the /settings call this will return CORP and PL settings. To get a list...
You can use the userId received by the settings call to get the CorporateUser. ie. ../entity/CorporateUser/3?fields=* or with BullhornJS ```javascript var entity = new CorporateUser().fields('id','privateLabel(id,name)','userType(id,name)'); entity.get(3).then(...) ```
hmm, i will look into that. You should be able to get the PrivateLabel ID from setting. hopefully that can be a workaround for now. `../settings/privateLabelId`