|
From: <sv...@de...> - 2005-06-10 21:04:05
|
Author: marcelo
Date: 2005-06-10 17:04:07 -0400 (Fri, 10 Jun 2005)
New Revision: 1285
Added:
humano2/trunk/core/schema/mssql/mssql-Beta5-Patch.sql
humano2/trunk/core/schema/pgsql/pgsql-Beta5-Patch.sql
Modified:
humano2/trunk/web/builder/site/buildattribute.aspx.cs
Log:
* Including SQL patch to include changes in the metamodel and fixed bug =
in pertinance atribute.
Added: humano2/trunk/core/schema/mssql/mssql-Beta5-Patch.sql
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- humano2/trunk/core/schema/mssql/mssql-Beta5-Patch.sql 2005-06-10 20:3=
7:33 UTC (rev 1284)
+++ humano2/trunk/core/schema/mssql/mssql-Beta5-Patch.sql 2005-06-10 21:0=
4:07 UTC (rev 1285)
@@ -0,0 +1,8 @@
+INSERT INTO "entity" ("id_entity","domainId","class","delDate","status"=
) VALUES (1404,10,1011,NULL,NULL);
+INSERT INTO "entity" ("id_entity","domainId","class","delDate","status"=
) VALUES (1405,10,1011,NULL,NULL);
+
+INSERT INTO "view" ("id_entity","columns","where","idClassView","viewNa=
me") VALUES (1404,"0,1018","1017^66|4|'[to]'|0|0",1011,"Views of a class=
Views");
+INSERT INTO "view" ("id_entity","columns","where","idClassView","viewNa=
me") VALUES (1405,"0,66","34|4|'[DomainId]'|0|0",2,"View of Domain Clase=
s");
+
+UPDATE "pertinance" set "filterView" =3D '1405,DomainId' WHERE id_entity=
=3D 57
+UPDATE "pertinance" set "filterView" =3D '1404,to' WHERE id_entity =3D 7=
1
Added: humano2/trunk/core/schema/pgsql/pgsql-Beta5-Patch.sql
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- humano2/trunk/core/schema/pgsql/pgsql-Beta5-Patch.sql 2005-06-10 20:3=
7:33 UTC (rev 1284)
+++ humano2/trunk/core/schema/pgsql/pgsql-Beta5-Patch.sql 2005-06-10 21:0=
4:07 UTC (rev 1285)
@@ -0,0 +1,8 @@
+INSERT INTO "entity" ("id_entity","domainId","class","delDate","status"=
) VALUES (1404,10,1011,NULL,NULL);
+INSERT INTO "entity" ("id_entity","domainId","class","delDate","status"=
) VALUES (1405,10,1011,NULL,NULL);
+
+INSERT INTO "view" ("id_entity","columns","where","idClassView","viewNa=
me") VALUES (1404,"0,1018","1017^66|4|'[to]'|0|0",1011,"Views of a class=
Views");
+INSERT INTO "view" ("id_entity","columns","where","idClassView","viewNa=
me") VALUES (1405,"0,66","34|4|'[DomainId]'|0|0",2,"View of Domain Clase=
s");
+
+UPDATE "pertinance" set "filterView" =3D '1405,DomainId' WHERE id_entity=
=3D 57
+UPDATE "pertinance" set "filterView" =3D '1404,to' WHERE id_entity =3D 7=
1
Modified: humano2/trunk/web/builder/site/buildattribute.aspx.cs
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- humano2/trunk/web/builder/site/buildattribute.aspx.cs 2005-06-10 20:3=
7:33 UTC (rev 1284)
+++ humano2/trunk/web/builder/site/buildattribute.aspx.cs 2005-06-10 21:0=
4:07 UTC (rev 1285)
@@ -781,7 +781,7 @@
res.Append(@"<input type=3D""text"" name=3D""txt_to"" onfocus=3D""h=
ideIFrame('frame_10043')"" readonly>");
res.Append(@"<input type=3D""hidden"" name=3D""to"" >");
}
- res.Append(@"<img src=3D""img/arrowDown.gif"" border=3D""0"" onclick=3D=
""toggleIFrameWithFilter('frame_10043','viewpertinencelist.aspx?idClass=3D=
2&idEntity=3D10043&sysAttName=3Dto','1405,DomainId');"">");
+ res.Append(@"<img src=3D""img/arrowDown.gif"" border=3D""0"" onclick=3D=
""toggleIFrameWithFilter('frame_10043','viewpertinencelist.aspx?idClass=3D=
2&idEntity=3D57&sysAttName=3Dto','1405,DomainId');"">");
res.Append(@"<img src=3D""img/1x1.gif"" border=3D""0"" width=3D""22""=
heigth=3D""22"">");
res.Append(@"<iframe id=3D""frame_10043"" src=3D"""" style=3D""visibi=
lity: hidden; position:absolute;"" width=3D""190"" height=3D""165"" frame=
border=3D""0"" scrolling=3D""no"" align=3D""middle"">");
res.Append(@"</iframe>");
|