The 'Stop Build' button does not seem to appear anymore whether the user sets the AllowForce? attribute of a WebStatus? instance to True.
Steps to reproduce:
1. Set up a build factory that takes at least a few seconds to finish.
2. Attach the build factory to a connected buildslave.
3. Set up a WebStatus? instance with the AllowForce? attribute set to True.
4. Force a build of that new builder through the web interface.
5. Navigate back to the build's status page while the build is still in progress.
Results:
The new build's status page does not show a Stop Build button for that build when it is in progress.
Expected Results:
When a builder is building, assuming the WebStatus? instance is set up properly, there should be a 'Stop Build' button available for the user to interrupt the build when necessary. This was the behavior in older builds of buildbot which appears to be missing in 0.7.6.