Hide Forgot
Description of problem: Being able to create duplicated thread. Post a thread on forum using "testTitle" as title twice, two threads will be created and shown partly on the forum page, but they have same url just like /forum/openshift/testtitle . Version-Release number of selected component (if applicable): devenv_3734 How reproducible: Always Steps to Reproduce: 1. go to openshift forum on community 2. post two threads using "testTitle" as title 3. check the thread on forum and their url Actual results: Could create duplicated thread. Expected results: Cannot create two thread with same url or just not use the title as a part of the url Additional info:
I can't reproduce this. When I create the first thread with the title of "testtitle" the url is /forums/openshift/testtitle. But for the second thread i create with "testtitle" the url is /forums/openshift/testtitle-0 Drupal automatically appends the -0 to the end to get a unique url when the title matches. Can you double check the behavior you were seeing?
I apologize. I can't reproduce it any more after filing this bug. When I post a thread with same title, it will add -0 -1 -2 at the end of the title. So I think it's not a bug.