okliv

Results 10 comments of okliv

@vedmack, any status on this? i have added jsfiddle as you asked. is it enough? thanks in advance

this is exactly what i asked about too but in less clear way =) because `cocoon gem` provides ability to add `has_many` resources to forms. in general, i think something...

i had no luck. got too many errors to continue try it

i can assume that this question can be defined as not trestle specific problem but as far as i discovered there is no way to directly access external modal content...

in my case it was it: https://github.com/niklasvh/html2canvas/issues/1878

+1 any advices how correctly we can access trestle's data via external GET json request/response like https://example.com/admin/contacts.json?q=john (i use trestle-search also)

For now i just overridden `require_authenticated_user` method: ```ruby Trestle.resource ..... do #.... controller do def require_authenticated_user if request.path_parameters[:format] == 'json'# some any other checks like request.xhr?&&action_name=='index'&&params[:token]=='secret' render json: admin.prepare_collection(params).to_json else...

``` $ defaults delete digital.twisted.noTunes replacement Domain (digital.twisted.noTunes) not found. Defaults have not been changed. ```

google brought me here, so... for anybody like me - my solution to scroll current view horizontally to current time: ````javascript viewSkeletonRender: function (info) { info.view.calendar.scrollToTime((new Date()) - calendar.state.dateProfile.renderRange.start); }...