Disable encryption
This commit is contained in:
@@ -134,7 +134,6 @@ PAGES.aulas = {
|
||||
TS_IndexElement(
|
||||
"aulas,solicitudes",
|
||||
[
|
||||
{"type": "_encrypted"},
|
||||
{
|
||||
key: "Solicitante",
|
||||
type: "persona",
|
||||
@@ -244,7 +243,6 @@ PAGES.aulas = {
|
||||
TS_IndexElement(
|
||||
"aulas,informes",
|
||||
[
|
||||
{"type": "_encrypted"},
|
||||
{
|
||||
key: "Autor",
|
||||
type: "persona",
|
||||
|
||||
@@ -173,7 +173,6 @@ PAGES.avisos = {
|
||||
TS_IndexElement(
|
||||
"avisos",
|
||||
[
|
||||
{"type": "_encrypted"},
|
||||
{
|
||||
key: "Origen",
|
||||
type: "persona",
|
||||
|
||||
@@ -87,7 +87,6 @@ PAGES.comedor = {
|
||||
TS_IndexElement(
|
||||
"comedor",
|
||||
[
|
||||
{"type": "_encrypted"},
|
||||
{
|
||||
key: "Fecha",
|
||||
type: "raw",
|
||||
|
||||
@@ -136,7 +136,6 @@ PAGES.materiales = {
|
||||
`;
|
||||
|
||||
const config = [
|
||||
{"type": "_encrypted"},
|
||||
{ key: "Revision", label: "Ult. Revisión", type: "fecha-diff", default: "" },
|
||||
{ key: "Nombre", label: "Nombre", type: "text", default: "" },
|
||||
{ key: "Ubicacion", label: "Ubicación", type: "text", default: "--" },
|
||||
|
||||
@@ -111,7 +111,6 @@ PAGES.notas = {
|
||||
TS_IndexElement(
|
||||
"notas",
|
||||
[
|
||||
{"type": "_encrypted"},
|
||||
{
|
||||
key: "Autor",
|
||||
type: "persona-nombre",
|
||||
|
||||
@@ -900,7 +900,6 @@ PAGES.pagos = {
|
||||
var totals = { ingresos: 0, gastos: 0 };
|
||||
|
||||
const config = [
|
||||
{"type": "_encrypted"},
|
||||
{
|
||||
key: "Fecha",
|
||||
label: "Fecha/Hora",
|
||||
|
||||
@@ -203,7 +203,6 @@ PAGES.personas = {
|
||||
`;
|
||||
|
||||
const config = [
|
||||
{"type": "_encrypted"},
|
||||
// {
|
||||
// label: "Persona",
|
||||
// type: "persona",
|
||||
|
||||
Reference in New Issue
Block a user