Garegin Papian
Garegin Papian
For select filter I use this code for my views ``` function theme_viewmodule_filter(variables) { return theme('select', { options: { All: t('Все'), Сдать: t('Сдать'), accepted: t('Accepted'), declined: t('Declined'), expired: t('Expired'), withdrawn:...
I have exposed filter newobiavlenia1.json?field_plochad_value_1=**min_plochad_filter**&field_plochad_value=**max_plochad_filter**&field_tip_obiavlenia_value=**tip_obiavlenia** I want to create this filter on my views. How i can insert the value of filter in my json views? Now i have this...
I spent a lot of time, but I can not understand The drupalgap generates this json code for unlimited fields `field_tip_obiavlenia1":{"und":{"value":["1","2",""]}}}` But the correct query should look like this. `field_tip_obiavlenia1":{"und":[{"value":"1"},{"value":"2"}]}`...
I having an issue node_save when use unlimited select field type on custom form ``` {"nid":"","title":"dsdsd","type":"mobilnoeobiavlenie","language":"und","field_adress1":{"und":[{"value":""}]},"field_plochad":{"und":[{"value":""}]},"field_opisanie":{"und":[{"value":""}]},"field_imagephoto":{"und":[{"fid":""},{"fid":""},{"fid":""},{"fid":""},{"fid":""}]},"field_cena7":{"und":[{"value":""}]},"field_thelephone":{"und":[{"value":""}]},"field_tip_obiavlenia1":{"und":{"value":["Sdaetsa","Prodaetsa"]}}} jdrupal-7.0.5.min.js:2:1765 POST: https://arendapl.ru/?q=drupalgap/node.json - 406 - Not Acceptable : Сделан недоп���им�й в�бо�. �ожал�й��а, об�а�и�е��...
**Range filter does not work. What's my mistake.** ``` function theme_viewmodule_filter_range() { return theme('range', { attributes: { min: '0', max: '1000', value: '0', onchange: 'viewmodule_filter_range_onchange(this)', class: 'viewmodule-filter-range', 'data-theme': 'b' }...
The views exposed filter dont work with group number filter.