You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to be able to turn off the edit links that automatically get added to the first column's content in a nested_table. Currently the only way to do it would be to override the edit controller action to do nothing, or create an overriding nested table partial.
Context: I'm using a nested_index_scaffold to manage imported CSV data. I want to allow these objects to be created in batches, but not edited individually.
The text was updated successfully, but these errors were encountered:
Would be nice to be able to turn off the edit links that automatically get added to the first column's content in a nested_table. Currently the only way to do it would be to override the edit controller action to do nothing, or create an overriding nested table partial.
Context: I'm using a
nested_index_scaffold
to manage imported CSV data. I want to allow these objects to be created in batches, but not edited individually.The text was updated successfully, but these errors were encountered: