Bug #1629
Created by is not populated in the main section when the user creates a new section unless he refreshes the page
0%
the value should be reflected immediately
Description
when the user creates a new main section, Created by is not updated till the user refreshes the page
steps to duplicate:
1- go to Add section screen
2- add a new main section
3- check the Created By تم انشائها بواسطة
the value should be reflected immediately, but the field is empty till the user refreshes the whole page from the browser
Related issues
History
#1 Updated by Israa Naser almost 6 years ago
- Related to Task #1449: Add Category Screen - اضافة قسم added
#2 Updated by Abed Abuhalawa over 5 years ago
- Status changed from Open to Fixed
- Assignee changed from Abed Abuhalawa to Israa Naser
now the save btn will refresh the table once clocked ;
so you need to search to get value of created by
#3 Updated by Israa Naser over 5 years ago
- Status changed from Fixed to Feedback
- Assignee changed from Israa Naser to Abed Abuhalawa
still not displayed in sections screen
#4 Updated by Abed Abuhalawa over 5 years ago
- Assignee changed from Abed Abuhalawa to Tareq Abuhamra
Dear Tariq
there is someone with ( Rahma SVN user) edit the view object query
_ (SELECT MOSA_PROFILE.USERS.FULL_NAME FROM MOSA_PROFILE.USERS
WHERE MOSA_PROFILE.USERS.ID = PMONITEMSECTIONS.CREATED_BY) CREATORNAME_
and remove MOSA_PROFILE. that's caused this issue
*note its work in integrated weblogic
#5 Updated by Tareq Abuhamra over 5 years ago
- Assignee changed from Tareq Abuhamra to Abed Abuhalawa
Dear Abed,
kinldly be informed that the MOSA_PROFILE prefix should not be used in the queries, since the databas schema in production is mosal not mosa_prfile, if this issue still duplicated, please ask Osama Ebdah to create the synonym and required grants.
#6 Updated by Abed Abuhalawa over 5 years ago
- Assignee changed from Abed Abuhalawa to Israa Naser
Dear Israa
as tariq says it's work fine in production (inshallah)