Commit graph

33 commits

Author SHA1 Message Date
Frappe Bot
94ea028db3 Merge branch 'master' into develop 2019-03-08 09:38:18 +00:00
Suraj Shetty
1b1bea7b6d
chore: fix minor formatting 2019-03-04 12:09:25 +05:30
Anurag Mishra
c9aef2bfe9 fix: typo 2019-03-04 11:46:30 +05:30
Anurag Mishra
41ff8885e3 fix: web form will show footer save button only if form is greater than window height 2019-02-27 17:14:07 +05:30
Zlash65
b3865174e4 add an option to route to success message for logged in user 2018-10-10 18:19:07 +05:30
Mohamed_Alsum
893b7e0980 remove duplicate error mgs on submit web_form (#5972)
* remove dublicate error mgs on submit web_form

* show side-bar in RTL lang
2018-08-20 10:39:54 +05:30
Rushabh Mehta
bd5c27a30f
fix(webform): allow link fields in web form (#5950)
* fix(webform): allow link fields in web form

* fix(webform): don't allow advanced search in links'
2018-08-09 09:27:37 +05:30
Rushabh Mehta
11161c099d fix(webform): attach and save workflow 2018-08-06 14:28:44 +05:30
Rushabh Mehta
bb67915445
feature(web-form): enable client scripts in web form (#5924) 2018-08-05 14:49:55 +05:30
Rushabh Mehta
db51e4441a fix(attach) for web forms 2018-08-04 21:51:49 +05:30
Prateeksha Singh
93fd9dfce9 [webform-list] Abstract out grid_list 2018-08-02 19:54:53 +05:30
Prateeksha Singh
b2d1f00e50 add show_in_grid flag in webform 2018-08-02 19:47:36 +05:30
Prateeksha Singh
6c80e56532 implement webform list using Datatable 2018-08-02 19:32:18 +05:30
Rushabh Mehta
a62e783bc0 [fix] webform for list 2018-07-19 14:24:51 +05:30
Rushabh Mehta
47a9c05b72 [fix] for webform css 2018-07-19 12:15:34 +05:30
Faris Ansari
0b44529dc9
Moment (#5808)
- Add npm packages
- Add moment builds in frappe-web
- Remove import statements to avoid duplicate loading of moment
2018-07-11 14:52:07 +05:30
Rushabh Mehta
8eb5e51042 [style] for webforms and login 2018-07-10 15:22:40 +05:30
Prateeksha Singh
1b48fe2597 [fix][webform] asset handling via hooks 2018-06-27 17:33:23 +05:30
Prateeksha Singh
db3338db40
[fix][webform] form -> div, comply with template 2018-06-27 16:54:42 +05:30
Prateeksha Singh
a0f497edcf [Refactor] Webforms (#5537)
* [webform] login and date control working

* [webform] text editor and autocomplete imports

* [webform] add utils (before commons) to web js

* [website][init] messages in website

* [webform][wip] date field

* [webform][purge] form via controls and values

* [webform] remove old extraneous get_data code

* [webform][purge] remove upload handler and other listeners

* [webform][new] WebForm object

* [webform] save docs

* [webform] edit profile

* [controls] import awesomplete in multiselect

* [webform] handle existing doc or new form

* [es-module] independence of grid control by import structure

* [webform] grid on website! Stage I

* [webform][grid] include meta, model and perm on website >.<

* [webform] fix payment details

* [webform][fix] get table fields

* [webform][test] remove server field html test as not required

* [webform] check document permission

* Rename WebForm.js to webform.js
2018-06-22 11:35:52 +05:30
Faris Ansari
e408de3abd
Import moment in web_form (#5106) 2018-03-01 14:56:19 +05:30
Nabin Hait
1d93c66285 Fixed merge conflict 2017-09-25 16:30:08 +05:30
Manas Solanki
18d17e2fd5 datepicker in the web form 2017-09-24 19:11:24 +05:30
Rushabh Mehta
57dfa412af [fix] web form datepicker, trigger change event 2017-09-23 16:10:37 +05:30
Faris Ansari
0180b3fd3a fix success spelling 2017-09-14 11:54:21 +05:30
Rushabh Mehta
884f00eed8 Update web_form.js 2017-09-14 11:13:40 +05:30
Manas Solanki
f9988fafe9 don't route to success message for the website user 2017-09-13 18:59:52 +05:30
Alex Ford
78c03b90c3 lgtm minor fixes (#3580)
* Replace a typeof test against undefined with comparison against a string

* Add rel='noopener noreferrer' attributes to target='_blank' links

* Remove a duplicate object property definition

* Remove superfluous argument to function call

* Remove some variable declarations for which the assigned value is never read

* Remove an assignment to a variable that is never read
2017-07-03 12:25:07 +05:30
Manas Solanki
bb7cfda345 Success message and redirect url should also work for 'login require' types webforms
fixes https://github.com/frappe/erpnext/issues/9073
2017-06-21 18:37:52 +05:30
Faris Ansari
e1b243996a Added files in .eslintignore, updated globals 2017-06-02 15:00:15 +05:30
Faris Ansari
75eecb500c [webform] fix readonly texteditor 2017-03-20 17:52:11 +05:30
Rushabh Mehta
75855de5bb [minor] fixes to web form, listview, add portal items via hooks 2017-02-28 17:49:45 +05:30
Rushabh Mehta
8ac3a9a7ca [web-forms] added text-editor and using div in summernote instead of p 2017-02-28 12:13:36 +05:30