added the notion of site identifier "site.id" (typically this could be a UUID)

This commit is contained in:
Jocelyn Fiat
2013-03-01 18:10:02 +01:00
parent 7efcdb065e
commit 7cf395a9bc
2 changed files with 13 additions and 1 deletions

View File

@@ -107,6 +107,15 @@ feature -- Access
end
end
site_id: READABLE_STRING_8
do
if attached options.item ("site.id") as s then
Result := s
else
Result := "_EWF_CMS_NO_ID_"
end
end
site_name (dft: like site_name): READABLE_STRING_8
do
if attached options.item ("site.name") as s then