Page MenuHomeIn-Portal Phabricator

INP-1518 - Remove excessive owner detection code from "cacheItemOwner" method
ClosedPublic

Authored by alex on Nov 16 2015, 3:03 PM.

Details

Test Plan
  • in the Admin Console
    1. create NewsSub News category
    2. create ForumsGroupTopics category
  • on the Front-End
    1. register the user account (approve from Admin Console if necessary)
    2. login using username/password entered on registration form
    3. go to {News > Sub News} category from top menu
    4. click on Suggest Article link in the sidebar
    5. create article using shown form
    6. go to My Articles page
    7. confirm, that article is shown in there
    8. find record of that article in the News table in database
    9. confirm, that Author column contains username of registered user
    10. go to {Forums > Group > Topics} category
    11. click on New Topic link in the sidebar
    12. create topic using shown form
    13. go to My Topics page
    14. confirm, that topic is shown in there
    15. find record of that topic in Topic table in database
    16. confirm, that PostedBy column contains username of registered user

Diff Detail

Repository
rINP In-Portal
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

alex updated this revision to Diff 416.Nov 16 2015, 3:03 PM
alex retitled this revision from to INP-1518 - Remove excessive owner detection code from "cacheItemOwner" method.
alex updated this object.
alex edited the test plan for this revision. (Show Details)
alex added 1 JIRA issue(s): INP-1518.
glebs accepted this revision.Dec 2 2015, 1:51 AM
glebs edited edge metadata.
This revision is now accepted and ready to land.Dec 2 2015, 1:51 AM
This revision was automatically updated to reflect the committed changes.