Commit Graph

3 Commits

Author SHA1 Message Date
Erik Amaru Ortiz
a652e2f683 BUG 8669 "External Link when you open a case" SOLVED
- with the new cases list based on extjs, that funcionality was changed
- to solve this you can pass two parameters (id, i) on cases/main script via a url is

sample:
  old:
    http://127.0.0.1/sysworkflow/en/classic/cases/cases_Open?APP_UID=9651244824f57c29799c545080806236&DEL_INDEX=2&action=todo
  new:
    http://127.0.0.1/sysworkflow/en/classic/cases/main?id=9651244824f57c29799c545080806236&i=2

  where, two parameters is used id and i,
  id = APP_UID
  i = DEL_INDEX
2012-03-07 18:12:01 -04:00
Douglas Medrano Chura
b91e4d3dde BUG 6796 Resolved horizontal scroll when the browser rendering
The problem was solved by modifying the code that calculates the height of a window and too resolved
the scroll vertical in Internet Explorer to make it look like you see in Firefox (Firefox hides the  scroll main vertical)
2011-06-30 09:28:08 -04:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00