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
I think there is a bug in model.rb:8, def new_slug_and_title_under()
If I copy a page two times to the same directory I get an exception.
I think this code is better in line 8:
test_page.title = "#{title} (Copy#{' '+index.to_s if index > 1})"
The text was updated successfully, but these errors were encountered:
I think there is a bug in model.rb:8, def new_slug_and_title_under()
If I copy a page two times to the same directory I get an exception.
I think this code is better in line 8:
test_page.title = "#{title} (Copy#{' '+index.to_s if index > 1})"
The text was updated successfully, but these errors were encountered: