biddyweb / substruct

Automatically exported from code.google.com/p/substruct
0 stars 0 forks source link

Can't copy / paste information from completed orders #107

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an order
2. Set it to a completed status (SENT TO FULFILLMENT, etc)

What is the expected output? What do you see instead?

You should probably be able to copy / paste information from the page, but
the disabled form fields don't allow it.

Please use labels and text to provide additional information.

It would probably be best to just render out text instead of disabling the
form fields, but this wasn't done originally because I wanted to keep the
code DRY. Pondering how to go about this while not ruining the design.
Still need to make it apparent that you can't modify information on a
closed order.

Original issue reported on code.google.com by subim...@gmail.com on 7 Jul 2008 at 9:52

GoogleCodeExporter commented 9 years ago
I don't think you are repeating yourself if you have a new view for an existing 
controller method. That's sort of the point of MVC right? separating 
presentation 
from logic... I don't think a new view for existing logic is wet. I will pick 
this 
up and do it, if you like the solution.. I figure if I want to start 
contributing I 
will start small.

Original comment by randiz...@gmail.com on 24 Jul 2008 at 1:48

GoogleCodeExporter commented 9 years ago
Thanks for offering to help.

The only concern I have is that if the order fields change, we then have to 
update
the other view as well. That's what I meant when I was talking about staying 
DRY.

Original comment by subim...@gmail.com on 24 Jul 2008 at 8:47