What should "file under" do when a row hasn't been
saved? Maybe
popup a dialog asking if you want save the row first?
Or save this as extra data at the end of the disc row?
This also creates the problem that if we do a flie_under
before the disc_info has been saved from whatever is in the
info field, we get an integrity violation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This will probably become a simple text field rather than
the currently overly clever table, which doesn't deal with
filing discs under genre.
To be able to offer a dropdown list of choices for this, it
would be helpful to
have a general way allow fields to be chosen from some view
based on the disc row, e.g.
select * from foo_view where disc_id=%(disc_id)s
a generalization of enum_atts that doesn't depend on a
referenced table and allows for a key value.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=668544
This also creates the problem that if we do a flie_under
before the disc_info has been saved from whatever is in the
info field, we get an integrity violation.
Logged In: YES
user_id=668544
This will probably become a simple text field rather than
the currently overly clever table, which doesn't deal with
filing discs under genre.
To be able to offer a dropdown list of choices for this, it
would be helpful to
have a general way allow fields to be chosen from some view
based on the disc row, e.g.
select * from foo_view where disc_id=%(disc_id)s
a generalization of enum_atts that doesn't depend on a
referenced table and allows for a key value.