scientist-softserv / adventist_knapsack

Apache License 2.0
1 stars 0 forks source link

🐛 Remove partial to enable editing #77

Closed jeremyf closed 8 months ago

jeremyf commented 8 months ago

Prior to this commit, when I'd create a Collection via the UI, I had a different control element for dates. The value was an ActiveTriple::Relation, which is a tell tale sign of things going wrong. Further, the name of the HTML input was collection[date_created] when it should've been collection[date_created][].

Before removing partial ```

The date on which the work was created.

```
After removing partial ```

The date on which the collection was created.

```

Related to: