Edit in Full Page ambiguity
See original GitHub issueInformation about bug
While exploring the healthcare module, we came across the Edit in Full Page
button on some modals/dialog boxes. It was very ambiguous for us to understand the use case for it at the start. Edit All Fields
or the likes of it might be better from the end-user perspective.
We are exploring the codebase and filling bugs/feature reports as we undertake our journey. Feel free to close bugs, in case they are out of sync with the Erp philosophy.
Module
other
Version
Frappe - latest ErpNext - v13
Installation method
docker
Relevant log output / Stack trace / Full Error Message.
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Resolve Ambiguity Dialog Box - Visual Studio - Microsoft Learn
The Resolve Ambiguity dialog box enables you to select the location you want from a list of all corresponding locations.
Read more >Editing for Language and Avoiding Ambiguity in Data ...
To enhance the message of the document and to avoid redundancy in presenting data, the first step involves 'Substantiative or structural editing ......
Read more >Error CS0229 Ambiguity between 'CreateModel._context' and ...
Edit 2: It seems that both CreateModel classes (for Movies & Reviews) have exactly the same namespace (namespace RazorPagesMovie). Shouldn't ...
Read more >Ambiguity between same member with linked source file.
searching for a workaround, I tried to edit out the include-all .cs files-clause from the .csproj, unload and reload the project, but that...
Read more >Edit Unknown or Ambiguous Locations - Tableau Help
For example, Addis Ababa is Latitude: 9.033140, Longitude: 38.750080. Restrict Locations in the List. By default, all possible locations are listed in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Quick entry
toEdit all fields
, does it not make sense? Also clicking+ New Patient
didn’t make it clear that it was aQuick Entry Form
. It was when I started going through the code, did it start making more sense.My point was to make it clear that there were more fields that can be edited/added.
The reference was also from a code point. Think of it as an end-user would
Edit in Full Page
make sense? AndQuick Entry
didn’t have any mention in the UI.We are adding
Quick Entry
explicitly to the UI in our internal implementations. End-users have to be considered dumb 😃. Considering one myself here.@Abhirup-99 the confusion you are mentioning does make sense to me. We can go ahead with “Edit Full Form”?