- 14 Aug, 2020 1 commit
-
-
Gabriel Monnerat authored
erp5_web_renderjs_ui: Refactor code to support more than option as page Sometimes we can display "preview" or "html_view" erp5_web_renderjs_ui: Small changes on router to follow latest erp5 master
-
- 07 Aug, 2020 39 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
This improve the compatibility with ERP5JS
-
Jérome Perrin authored
This is something we can do in TALES, it was supported in the old UI, so we keep compatibility in HAL JSON API.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Replace it by domsugar. This speed up gadget class generation (handlebars template parsing is slow).
-
Romain Courteaud authored
Introduce the object_jio_jump action category to mark all compatible actions. erp5_xhtml_style supports object_jio_jump. A correct redirection is needed to jump in both UI. ERP5JS will display modules on the current document context, as if the jump was instead a object_view action.
-
Gabriel Monnerat authored
erp5_officejs_support_request_ui: Add begin date to the query when user click on "Last Month Activity" The filter when the user click on the "Last Month Activity" chart filter Support Request only by status (Submitted / Open / Suspended / Closed). So on the table "Recent updates", all the support request with the chosen status appear. There is no filter by "Begin Date" for the last 30 days, which is no coherent with the "Last Month Activity". => It should appear only the support request with the chosen status with a begin date < D - 30 days
-
Gabriel Monnerat authored
Make sure we have gadget.state.form_id
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
It seems that with ${here/portal_url} returns the ERP5 url , for example http://nohost/erp5 instead of http://nohost/erp5/web_site_module/renderjs_runner/
-
Gabriel Monnerat authored
Table columns to be displayed by default in the following (from the left to the right of the screen) : Title Visa Files Reference Type Requester Begin Date Comment Date (with possibility to sort the table by this column desc and asc) Comment Author State
-
Jérome Perrin authored
According to Google's branding guidelines [1], using zocial like we did is not OK because the logo is different. To comply with Google's branding guidelines, we simply use an image from "Download files" section of the Sign-In Branding Guidelines page. Using a png image is not really good, but a vector version would require to download a font, so the image way is easier. 1: https://developers.google.com/identity/branding-guidelines
-
Jérome Perrin authored
using the same "image button" approach as for erp5_xhtml_style
-
Jérome Perrin authored
-
Jérome Perrin authored
These authentications are using a different cookie.
-
Jérome Perrin authored
-
Jérome Perrin authored
ERP5JS web sites, when accessed with their full path, needs the trailing slash, so add it before redirecting. This should not be a problem in the case of xhtml style
-
Jérome Perrin authored
For consistency with other ERP5JS dialogs
-
Jérome Perrin authored
For consistency with xhtml style and other ERP5JS dialogs
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This way, the padding between fields will be applied and the visual result would be similar as on all other ERP5JS dialogs
-
Jérome Perrin authored
-
Jérome Perrin authored
This way we don't need to define absolute_url multiple times
-
Gabriel Monnerat authored
CUSTOM erp5_officejs_support_request_ui: Change default data to be displayed in support request listboxes Table columns to be displayed by default in the following (from the left to the right of the screen) : Title Visa Files Reference Type Requester Begin Date Comment Date (with possibility to sort the table by this column desc and asc) Comment Author State
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
HACK: erp5_officejs_support_request_ui: Pass vile file reference as parameter and store as causality
-
Romain Courteaud authored
Allow to use it from erp5_xhtml_style.
-
Jérome Perrin authored
update should still be usable in this case
-
Vincent Pelletier authored
Like a real-world user.
-
Gabriel Monnerat authored
If we have more than two options to project and resource
-
Gabriel Monnerat authored
Also, remove the usage of document.getElementById because we should search only inside the current gadget
-
Gabriel Monnerat authored
erp5_officejs_support_request_ui: 'Customer Support Dashboard' in 'Support Requests Dashboard' (in header)
-
Gabriel Monnerat authored
- change the generate_rss_link action in Support Request Module, to directly call SupportRequestModule_generateRSSLinkUrl.py instead of the form. - change SupportRequestModule_generateRSSLinkUrl to display the form at the end. - Use Base_renderForm like for erp5_crm - Put the RSS url in the REQUEST - change the gadget field configuration to use the value from the REQUEST (if not found, put None) - change the gadget implementation to display the URL in an html5 string field + a button
-
Gabriel Monnerat authored
In Support request test we trigger clipboard API to copy RSS Link But, if you running tests manually in your browser, clipboard will fail. For now, we guarantee that is not break tests on test node
-
Gabriel Monnerat authored
erp5_officejs_support_request_ui: Search action dynamically according to the action category defined on web site Hard coding to select action_object_view we will never use web site configuration. If we always get links from action_object_view, Support Request will always break if we change View Action Category on web site.
-
Gabriel Monnerat authored
Having a big "Generate RSS" button on the front page is strange, because the front page button are for common use cases that users are supposed to execute a lot. For example, makes sense to have a "Submit new Support Request" button, because users are using this app to submit support requests, but generating RSS is very exceptional action, so we wanted to remove it from the front page.
-