You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description" : "Pages (normal / footer / header) not in components in the database but in the project",
"level" : "4",
"sql" : "SELECT A.OBJECTVALUE1,\n B.DESCR\nFROM PSPROJECTITEM A\nJOIN PSPNLDEFN B ON A.OBJECTVALUE1 = B.PNLNAME\nWHERE A.OBJECTTYPE = 5\n AND B.PNLTYPE IN (0,\n 4,\n 6)\n AND A.PROJECTNAME = :1\n AND NOT EXISTS\n (SELECT 'X'\n FROM PSPNLGROUP C\n WHERE B.PNLNAME = C.PNLNAME)",