This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
frontend: Attach URL support #1220
Comments
@teosarca or @metas-ts please add these translations:
|
teosarca
added a commit
to metasfresh/metasfresh
that referenced
this issue
Oct 4, 2017
great, thanks ! @ottosichert @metas-mk from UX point of view, i have following observations. wdyt? |
@teosarca Thanks for your feedback. I agree on the two styling improvements. When pasting or typing a URL and leaving the input (onBlur), the name field is filled automatically. I can remove the success notification, then you can remove the obsolete translation again ( I will create a new PR tomorrow :) |
@ottosichert merci |
metas-ts
added a commit
to metasfresh/metasfresh
that referenced
this issue
Oct 6, 2017
[#2623](#2623) overhaul shipment schedule closing [#2494](#2494) Prices changing in FlatrateTerms after Prolongation [#2642](#2642) Flatrate Import: Support explicit enddate and terminated contracts [#2650](#2650) allow subscription pause and recipient change with existing shipment scheds [#1220](metasfresh/metasfresh-webui-frontend-legacy#1220) frontend: Attach URL support [#2657](#2657) don't show active hus in hu costprice report [#1339](#1339) Forecast Window as Document [#1138](metasfresh/metasfresh-webui-frontend-legacy#1138) frontend: Labels widget [#2592](#2592) Make letter print preview work with AD_BoilerPlate jasper process [#2590](#2590) Make use of product documentnote on Quotation and Order Document [#1212](metasfresh/metasfresh-webui-frontend-legacy#1212) Selection using SHIFT does not work in Handling unit Editor [#2525](#2525) Generate Picking Document [#2604](#2604) Printing via standalone client takes too long [#2611](#2611) Business Partner Import with empty location [#2543](#2543) Businesspartner Import for different Partner with the same address [#2627](#2627) Create Zoom Across Reference between Flatrate Term and Invoice Candidate [#2432](#2432) Process for converting any table to a document [#2152](#2152) Prepare Default Filters for Retraceability window [#2615](#2615) Make the callout C_Flatrate_Matching.onC_Flatrate_Transition_ID comply with webui me-45
IT
Question: if you use backspace on name field, when you get to remove the whole name, the name is set back. Is it wanted? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Type of issue
Feature request
Current behavior
Take a look in any document (e.g. https://w101.metasfresh.com:8443/window/143/1000031),
you are able to drop a file over it and the file will be attached.
You can see the attached files here:
Expected behavior
We want to also attach URLs (you will copy paste them in some modal panel.... read below).
It shall work as following:
** URL: where user will be able to paste or write an URL
** Name: a name which user will gave to the URL. By default, when the URL field is changed, the Name field shall be automatically set by extracting the file name from URL (e.g. from http://somesite.com/a/b/c/file.pdf?query=bla the filename is "file.pdf")
** the backend API will be called to create the URL attachment (see http://w101.metasfresh.com:8081/swagger-ui.html#!/document-attachments-rest-controller/attachURLUsingPOST )
** close the modal (if attachment did not failed)
** refresh the attachments list
Also please check the backend task: metasfresh/metasfresh-webui-api-legacy#605
The text was updated successfully, but these errors were encountered: